HTML Reference Guide


Tag Index | Content List | HTML FAQ

<HTML> ... </HTML> HTML

Description:

This tag tells the browser that it is reading an HTML document. It should be located at the top of every webpage and ended at the bottom of every page, as well.

Attributes:

None.

Example code:

<HTML>
<HEAD>
<TITLE>
My Web Page
</TITLE>
</HEAD>

<BODY>

(The main part of your document appears here)

</BODY>
</HTML>

See Also:


  Free Web Pages | Super Links | Members Directory | Search | Privacy Statement | Site Map | Contact Us
Services: Create Free Web Page | Free Home Page | Free Web Page Builder
Free Web Page Templates | Free Web Sites | Free Web Space
Copyright © 1996 - 2006 WebSpawner.com. All rights reserved.