Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML body definition

Syntax

<body> ... </body>

Description

The body element contains the content (text, images etc.) that is shown on the webpage.

Attributes

Attribute Description
background = uri Defines a background image. Deprecated.
bgcolor = color Defines the color of the background. Deprecated.
text = color Defines the color of the text. Deprecated.
link = color Defines the color of links. Deprecated.
vlink = color Defines the color of visited. Deprecated.
alink = color Defines the color of active link. Deprecated.
onunload = script Script that will be executed when document is unloaded.
onload = script Script that will be executed when document is loaded.

Common attributes.

  • Comments

No comments added.