<Body>
What it does
Defines the
content of the document and contains all visible elements like text, images,
applets, etc. Some of the attributes such as alin and vlink have been
deprecated and will not be supported in future versions. The alternative
is to use styles.
Attributes
alink="color name"
background="URL of background image"
bgcolor="color name"
class="class name"
dir="direction for weak/neutral text"
id="document-wide unique id"
lang="language code"
link="color name"
onclick="script"
ondblclick="script"
onkeydown="script"
onkeypress="script"
onkeyup="script"
onload="script"
onmousedown="script"
onmousemove="script"
onmouseout="script"
onmouseover="script"
onmouseup="script"
onunload="script"
style="associated style info"
text="color name"
title="advisory title"
vlink="color name"
End
Tag: Optional |