Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
As you scan through the markup on the project site’s home page, you might well be thinking, “Well, there’s this body content section on the page. If there’s a <header> and a <nav> section, surely that’s the next bit to be marked up?”
<body> <header> ... </header> <nav> ... </nav> <div id="bodycontent"> <h2>About Us</h2> <p><span class="fun">Bubble Under</span> is a group of diving enthusiasts based in the ...</p> </div> <!-- end of bodycontent div --> </body>