Code: Use Container Cells

From Chapter 6: Web Page Optimization

Here's the HTML markup:

<style type="text/css">
<!--
    #nav ul, #nav ul li {list-style:none;}
    #nav ul li {font-weight:bold;}
--></style>
...
<div id="nav">
    <ul>
        <li>Burma</li>
        <li>Shave</li>
    </ul>
</div>

and the result: