Page is a not externally linkable
CoursesWeb - 6:42 am on May 14, 2012 (gmt 0)
Hi
I add ID attribute in <section>, <nav>, ..., then in css i reffer to that id.
Also adding in css: header, footer, section, aside, nav, article {display: block;}
I think is better to have less tags in the code, without <div> in <nav>:
<nav id="menu">
<ul>
<li>...</li>
<li>...</li>
</ul>
</nav>