Basic Tags(Step 1)
Check your book for more details.

The basic code for starting an HTML document looks like this:

<HTML> <HEAD> <TITLE>insert your title here </TITLE></HEAD> <BODY> This is where you insert all of the text and images that make up the body of your webpage. In fact, this is where you put everything your reader will see.</BODY> </HTML>

The HTML document coded above would look like the webpage below in Netscape. Note that what it between the <TITLE> tags is what appears at the very top of the browser and what appears between the <BODy> tags appears in the main window. Pretty simple, pretty ugly, eh? Hey, it's your 1st effort! Click on #2 below and let's move on.

1. Tell the browser that this is an HTML document.
2. Format the text.
3. Specify the colors.


Index Basic Tags Links Design Layout Tables Image File Types Using Images Image Editing Lists Frames