Baby Homepage

Now we are going to take our first steps toward putting together a personal homepage for the Web. The language of the Web is called Hypertext, and our homepage will actually be a little program written in Hypertext. We will learn more about Hypertext later, but as you will see, we don't need to know too much about it to begin to do some interesting things.

Constructing a Simple Hypertext Document

If you haven't opened a second browser window already, do so now (by selecting "New Web Browser" from the "File" pulldown menu).
<html>
<title>
Baby Homepage for ?????
</title>

<BODY BGCOLOR="#000030" TEXT="#ff0000" LINK="#00ffff" 
VLINK="#00ffff" ALINK="#FF0000">

<center>
<hr size=10pt>
<font size="+4">
<b>Local Home Page for ?????</b>
</font>
<hr size=10pt>
</center>
<b>
<h1>Some Favorite Web Sites:</h1>
<ol>
<li>
<a href="http://csep10.phys.utk.edu/mcguffey/mcguffey.html">
McGuffey's Web</a>
<p>
<li>
<a href="http://www.korrnet.org/fis/FIS.html">
Farragut Intermediate School</a>
</ol>
<hr size=5pt>
</b>

</body>
</html>


Local Home Page for ?????
Some Favorite Web Sites:
  1. McGuffey's Web

  2. Farragut Intermediate School