Navigational Map Nav Reference 10.7
In the anotherpage1.html add:
<!-- Examples of text decoration in line and using "span" -->
<h2>
<span class="red-black">
Introduction to XHTML 1.1 with CSS2
</span>
</h2>
<p class="left">
<strong>By setting up the margins correctly in the
CSS,</strong> you can <em>resize this page</em> to
whatever screen size you want, and it will remain
<span class="black-yellow">readable without left right
scrolling.</span></p>
<p class="left">
<span class="white-red">The only limitation to the
width</span> is the width plus formatting
on the largest image on the page.</p>
<p class="left">
<strong><em><span class="black-yellow">Then, just by
adding another paragraph structure, everything
automatically falls into line.</span></em></strong></p>