ref-green-box-120x120.xht (547B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test Reference: 120x120 Green Box</title> 5 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/> 6 <style type="text/css"><![CDATA[ 7 div { 8 width: 120px; 9 height: 120px; 10 background: green; 11 } 12 ]]></style> 13 </head> 14 <body> 15 <p>There must be a green square below and no red.</p> 16 <div></div> 17 </body> 18 </html>