HyperText Markup Language/Tag List/body

Use edit

This identifies the main content of a Web Page.

Example edit

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

Optional attributes edit

background edit

Adds a background image to a web page.

link edit

Changes the colour of the unvested links on the webpage.

style edit

CSS and attributes.

vlink edit

Changes the colour of a visited link on the webpage.

Standard attributes edit

More info edit

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