HyperText Markup Language/Tag List/body

Use

This identifies the main content of a Web Page.

Example

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

Optional attributes

background

Adds a background image to a web page.

link

Changes the colour of the unvisted links on the webpage.

style

CSS and attributes.

vlink

Changes the colour of a visited link on the webpage.

Standard attributes

More info

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

Last modified on 7 October 2010, at 20:02