<section class="col2"> <header> <h1>Other Information:</h1> </header> <nav> <ul> <li><a href="#">About Us</a></li> <li><a href="#">Contact Us</a></li> <li><a href="#">Site Map</a></li> <li><a href="#">Privacy Policy</a></li> </ul> </nav> </section><!--col2-->
<header>'s
<footer>
h1, h2, ... , h6
header
<hgroup>
Is anybody aware of this error when they run their site through the validator?
The element header must not appear as a descendant of the footer element.
An example of my code is as follows:
I thought I coded it right, but maybe I'm missing something?
You see, I have a footer, a really big footer with lots of information, and it does have header elements in it. So, is it true to believe that you can't have in a really big ?
h1, h2, ... , h6in your footer but notheaderblocks.<hgroup>Which can contain h1-h6s.