What is wrong with this HTML5 <address> element? [closed]
- by binaryorganic
<div id="header-container">
<address>
<ul>
<li>lorem ipsum</li>
<li>(xxx) xxx-xxxx</li>
</ul>
</address>
</div>
And the CSS looks like this:
#header-container address {float: right; margin-top: 25px;}
When I load the page, it looks…