HyperText Markup Language/Tag List/body

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Contents

[edit] Use

This identifies the main content of a Web Page.

[edit] Example

<body background="blue.jpg" link="red" vlink="red" style="font-family: Arial">
</body>

[edit] Optional attributes

[edit] background

Adds a background image to a web page.

[edit] link

Changes the colour of the unvisted links on the webpage.

[edit] style

CSS and attributes.

[edit] vlink

Changes the colour of a visited link on the webpage.

[edit] Standard attributes

[edit] background

[edit] link

[edit] style

[edit] vlink

[edit] More info

A link to a page with more info, then the name of the site the info came from (i.e. W3Schools).

In other languages