OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 #a { | |
4 width:40px; | |
5 height:40px; | |
6 background: blue; | |
7 } | |
8 </style> | |
9 <p>There should be a blue <em>square</em> below.</p> | |
10 <div id="a"> | |
mstensho (USE GERRIT)
2015/08/26 19:44:15
Help! Where's my end tag?
| |
OLD | NEW |