Pulling it all together
Here's the HTML code for the first page of this tutorial
<html>
<body background="bumps2.jpg">
<title>HTML Tutorial</title>
<H1 align=center>An Introduction to HTML</H1>
<H3 align=center>Jon Edwards, CIT</H3>
<h3 align=center><A HREF="http://www.princeton.edu /Main/workshops.html">WWWW</A>, July 10, 1995</H3>
<P>
<hr size=4>
<P>
<A HREF="http://www.princeton.edu/ ~jedwards"><IMG align=right border=1 SRC="htmltools2.gif"></A>
<h2>
<P>
<IMG SRC="orangedot.gif"> <A HREF="tags.html">Introductory Tags</A><br>
<IMG SRC="orangedot.gif"> <A HREF="lines.html">Lines</A><br>
<IMG SRC="orangedot.gif"> <A HREF="text.html">Text</A><br>
<IMG SRC="orangedot.gif"> <A HREF="lists.html">Lists</A><br>
<IMG SRC="orangedot.gif"> <A HREF="icons.html">Icons and Images</A><br>
<IMG SRC="orangedot.gif"> <A HREF="links.html">Links</A><br>
<IMG SRC="orangedot.gif"> <A HREF="backgrounds.html">Background effects</A><br>
<IMG SRC="orangedot.gif"> <A HREF="effects.html">Other special effects</A><br>
<IMG SRC="orangedot.gif"> <A HREF="pulling.html">Pulling it all together</A><br>
</h2>
<BR clear=left>
<P>
<hr size=4>
<h6>url: <A HREF="http://clapper/html_tutorial/html_tutorial.html">http://clapper/html_tutorial/html_tutorial.html</A></h6>
<H6>Send suggestions and corrections to: <A HREF=mailto:jedwards@princeton.edu>
jedwards@princeton.edu</A></H6>
<H6>last modified 6-20-95</h6>
</body>
</html>