Body <BODY> ... </BODY>

Read this tip to make your life smarter, better, faster and wiser. LifeTips is the place to go when you need to know about Tags Defined and other Html topics.

How do I use the body tag?

Body <BODY> ... </BODY>


Definition:

Identifies and completely encloses the contents of an HTML document's body.

Attributes:

TEXT="(#RRGGBB|COLORNAME)" ; LINK="(#RRGGBB|COLORNAME)" ; VLINK="(#RRGGBB|COLORNAME)" ; ALINK="(#RRGGBB|COLORNAME)" ; BGCOLOR="(#RRGGBB|COLORNAME)" ; BACKGROUND="URL".

Suggested Usage:

There's really only one use; To define the body of an HTML document. Required for strictly interpreted HTML.

Example:

<BODY TEXT="#000000" LINK="BLUE" ALINK="GREEN" VLINK="RED" BGCOLOR="#FFFFFF">Contents of your page will be here</BODY>

   

Comments

Nobody has commented on this tip yet. Be the first.



Name:


URL: (optional)


Comment:


Not finding the advice and tips you need on this Html Tip Site? Request a Tip Now!


Guru Spotlight
Candi Wingate