Sha256: 9d19ee712a615e3ce6b3b30f30151cf84bc336b0734dd4329e6ea6ba20dfd5a5
Contents?: true
Size: 1.22 KB
Versions: 2
Compression:
Stored size: 1.22 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Images</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <img /> <img src="images/1.gif" alt="1" title="The number one!" /> <img src="images/2.gif" alt="2" /> <img src="images/3.gif" alt="3" /> <img src="images/circle.jpg" name="circle" alt="circle" title="Circle" /> <img src="images/square.jpg" name="square" alt="square" id="square" title="Square" /> <img src="images/triangle.jpg" id="triangle" usemap="#triangle_map" /> <img src="images/no_such_file.jpg" id="no_such_file" /> <map id ="triangle_map" name="triangle_map"> <area id="NCE" name="NCE" shape ="rect" coords ="40,0,70,25" href ="non_control_elements.html" alt="Non-control elements" title="Non-control elements" /> <area id="tables" name="tables" shape ="rect" coords ="0,80,20,98" href ="tables.html" alt="Tables" title="Tables" /> </map> <map> <area></area> </map> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
celerity-0.0.2 | spec/html/images.html |
celerity-0.0.1 | spec/html/images.html |