<TITLE>My First Homepage</TITLE>
<H1>The First Line of My First Homepage</H1>
This is my first Web Page...<BR>
The bracketed terms above, the <TITLE>, <H1> etc... are HTML
codes. HTML stands for "Hypertext Markup Language" and is used to create Web
pages. HTML codes change the appearance of the page.
Remember this: A Web page consists of text and HTML codes.
Many HTML codes have a "starting" and a "closing" code.
<TITLE> is the starting code for the title.
Codes that begin with a "</" are closing codes. The closing code for the
title is: </TITLE>.
The quote <H1> above uses opening and closing header codes.
The first line "My First Homage" is the title and will appear in small letters at the top left of the Netscape screen when your Web page is displayed.
Notice that your web page looks better!!
| Phase 2 |