Author:
Lon W. McDaniel
Internet 4 U

HTML


Contents

HTML


A Basic HTML page looks like this:


<HTML>

<HEAD>

<TITLE> Here you write the name of the page </TITLE>

</HEAD>

<BODY>

Here, between the BODY-tags, is where most of the content of your page is located.

</BODY>

</HTML>


Now, we can continue to the next page!

next page

Copywrite © Lon W. McDaniel 1996