![]() |
The body element contains the content (text, images etc.) that is shown on the webpage.
| 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. |
Comments