<Div>
What it does
The <Div>
tag is used to seperate and define a part of the page. The align attribute
has been deprecated in HTML 4.01 and may not be supported by future browsers.
Attributes
align="left - center - right - justify - char"
class="class name"
dir="direction for weak/neutral text"
id="document-wide unique id"
lang="language code"
onclick="script"
ondblclick="script"
onkeydown="script"
onkeypress="script"
onkeyup="script"
onmousedown="script"
onmousemove="script"
onmouseout="script"
onmouseover="script"
onmouseup="script"
style="associated style info"
title="advisory title"
End
Tag: Required |