| border-top: 1px solid white; |
| <h1 style="height:30px"></h1> |
| <li>There should be a gap between this float and the green rectangle above. |
| <div style="margin-top:100px;background-color:#dddddd; border:2px solid black"> |
| <div style="float:left;width:2em;height:2em;background-color:white"></div> |
| <div style="clear:both;margin-top:1em;margin-bottom:1em"></div> |
| This text should be inside a black rectangle and below the 2em white square. |
| <div style="margin-top:1em;background-color:#dddddd; border:2px solid black"> |
| <div style="float:left;width:2em;height:2em;background-color:white"></div> |
| <div style="clear:both;margin-top:-1em;margin-bottom:1em"></div> |
| This text should also be inside a black rectangle and below the 2em white square. |