Document Tags

HTML Tag <HTML> ... </HTML>

Enclose the Entire HTML Text in the Web Document.


HEAD Tag <HEAD> ... </HEAD>

Defines Information about a Web Page.


TITLE Tag <TITLE> ... </TITLE>

Used to add a short, descriptive title to a Web Page.


BODY Tag <BODY> ... </BODY>

Contains all of the contents of a Web Page, i.e., text, images, hyperlinks, audio, video, animation...
Attributes : BGCOLOR, BACKGROUND, TEXT, LINK, ALINK, VLINK


Sample Page

<HTML>
<HEAD><TITLE>Sample Page</TITLE></HEAD>
<BODY BGCOLOR="WHITE" BACKGROUND="SCENCE.GIF" TEXT="BLACK"
LINK="BLUE" ALINK="CYAN" VLINK="GREEN"> 
Here goes the Title
Here goes the Text, Image, Hyperlinks,
Audio, Video, Animation...



</BODY>
</HTML>

-----
Designed, published and hosted by Vimal Kumar Varun at http://vkv.tripod.com
URL. https://vkv.tripod.com/presentations/document.htm