60x60-green.html (295B)
1 <!DOCTYPE html> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Reftest Reference: 60px by 60px green box</title> 5 <link rel="author" title="Google" href="http://www.google.com/"/> 6 </head> 7 <body> 8 <div style="width: 60px; height: 60px; background: green;"><br></div> 9 </body> 10 </html>