container-ref.html (277B)
1 <!doctype HTML> 2 <html> 3 <meta charset="utf8"> 4 <title>Container (reference)</title> 5 <link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org"> 6 7 <style> 8 #container { 9 width: 150px; 10 height: 150px; 11 background: lightblue; 12 } 13 </style> 14 15 <div id=container></div>