1721223-1-notref.html (266B)
1 <!DOCTYPE html> 2 <style> 3 div { 4 background: black; 5 height: 2em; 6 margin: 1em; 7 float: left; 8 } 9 </style> 10 11 <p>The two blocks should NOT be the same width:</p> 12 13 <div></div> 14 15 <div></div>