HTML and CSS Reference
In-Depth Information
<a href="index.html" title="Joe's Pizza Co." class="active">
Home
</a>
</li>
<li>
<a href="about.html"
title="Find out more about Joe's Pizza Co.">
About
</a>
</li>
<li>
<a href="news.html"
title="Latest News about Joe's Pizza Co.">
News
</a>
</li>
<li>
<a href="menu.html"
title="The restaurant menu for Joe's Pizza Co.">
Menu
</a>
</li>
<li>
<a href="locations.html"
title="Joe's Pizza Co. restaurant locations.">
Locations
</a>
</li>
</ul>
</nav>
Figure 3-5 shows how your new navigation should look in your browser, with the links at the top right of the page.
Notice that the Home link is a different color from the others, as it has the active class applied to it.
Search WWH ::




Custom Search