Datasheet

30
Part I: Getting to Know (X)HTML and CSS
Listing 1-1
(continued)
<!-- Subtitle text -->
<h1>
Contact
:</h1>
<!-- List -->
<ul>
<li><b>
Email:
</b>
etittel at yahoo dot com
</li>
<li><b>
Address:
</b>
2443 Arbor Drive, Round Rock, TX 78681-2160
</li>
<li><b>
Phone:
</b>
512-252-7497 (No solicitors, please)
</li>
<li>
List of publications available in:
<a href=”docs/v_et.doc”
target=”_blank”>
MS Word
</a></li>
<li>
Resume available in:
<a href=”docs/Resu-et13.doc” target=”_blank”>
MS Word
</a></li>
</ul>
</div>
</body>
</html>
That’s a huge amount of HTML to pore over at the very beginning of this
book. Please take our word for it, though: If you read enough of this book’s
contents, all of it makes perfect sense!
If you check out our Web site for this book (www.dummieshtml.com), you
find it’s broken down chapter by chapter. If you grab the downloads for
Chapter 1, you find the source code for the page shown in Listing 1-1, named
aboutme.html. You also want to grab two image files — background_
page.gif and header.gif. The HTML files for various other screen shots
in this chapter depicting Web pages we’ve built are also part of the Chapter 1
downloads (there’s no file named 01fig01.html in this collection — that’s
Uncle Sam’s page! — but you will find pages named 01fig04.html and
01fig05.html).
06_9780470916599-ch01.indd 3006_9780470916599-ch01.indd 30 11/30/10 12:23 AM11/30/10 12:23 AM