The Semantic Header and Footer

The Semantic Header and Footer

In HTML
<div id="header">
    ...
</div>

<div id="footer">
    ...
</div>
 

In HTML5
<header>
    ...
</header>

<footer>
    ...
</footer>

The Semantic Header and Footer The Semantic Header and Footer Reviewed by Bhaumik Patel on 5:33 AM Rating: 5