<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 web page 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>
Description:
This tag tells the browser that it is reading an HTML document. It should be located at the top of every web page 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>
"Building The Web Into a Nicer Place -- One Site At A Time" Developing Webs Group Copyright © 2001-2008 All Rights Reserved Privacy and Legal