BODY
Article ID: KB101441
The BODY element usually comes after the HEAD element, and contains
everything that will show up in the browser window.
* Attributes that are marked with "*" mean that the attribute is
"deprecated." This means that while it will still work, you're encouraged not to
use it.
| BODY - Attributes |
onload
="[script]" |
This is typically used for
running a script, such as a JavaScript function, when the window first
loads. |
onunload
="[script]" |
This is typically used for
running a script, such as a JavaScript function, when the user leaves
the page. |
background*
="[image path]" |
This allows you to tile a
background image. This attribute is deprecated. You are recommended to
get the same effect using style sheets. |
bgcolor*
="[colorcode]" |
This allows you to set the
background color of a page. This attribute is deprecated. You are
recommended to get the same effect using style sheets. |
text*
="[colorcode]" |
This allows you to set the
normal text color for the page. This attribute is deprecated. You are
recommended to get the same effect using style sheets. |
link*
="[colorcode]" |
This allows you to set the
hyperlink color for links on the page. This attribute is deprecated. You
are recommended to get the same effect using style sheets. |
vlink*
="[colorcode]" |
This allows you to set the
color for hyperlinks that have been visited by the user. This attribute
is deprecated. You are recommended to get the same effect using style
sheets. |
alink*
="[colorcode]" |
This allows you to set the
color for hyperlinks that are "active," or being clicked, by the user.
This attribute is deprecated. You are recommended to get the same effect
using style sheets. |
Was this helpful?
Please rate this article:
Email address: (not required)
(Please provide your email address if you would like PixelMill support to follow-up with you about your comment. You're email address is NOT REQUIRED to submit a comment.)
Comments: (How can we improve this article?)
Clicking "Submit" will not clear this page.
link to this page:
http://www.pixelmill.com/support/al1064/kb101441.htm
permalink to this article:
http://www.pixelmill.com/support/kb101441.htm
Back to top