<HTML> tag
Tag Type : Container Tag     <HTML></HTML>
Attributes : None
     It enclose all the source code of HTML of a web page.It marks the beginning and the end of the source file.

<HEAD> tag
Tag Type : Container Tag     <HEAD></HEAD>
Attributes : None
     It is used to hold the decription of the web page.The word enclosed by this tag will not be displayed.It is a optional tag, you can either use it or not,but you must put it in front of the <body> tag when you use.

<BODY> tag
Tag Type : Container Tag     <BODY></BODY>
Attributes : bgcolor,background,bgproperties,link,vlink,text,alink
*About Color Setting

Previous Page   Next Page