HTML and CSS Reference
In-Depth Information
Example 2.18: HTML divisions (continued)
</div>
<hr />
<div id="footer"> <!-- page footer -->
<div class="navigation">
<ul id="bottom-menu">
<li><a href="home.html"> Home </a></li>
<li><a href="about.html"> About </a></li>
<li><a href="what.html"> ... </a></li>
</ul>
</div>
<address> copyright &copy; 2010, Logocorp, Inc. </address>
</div>
</body>
<html>
Figure 2.18: using division elements
 
Search WWH ::




Custom Search