<Col>
What it does
Defines the
attribute values for columns in a table. You can only use this element
inside a table or a colgroup. It does not use an end tag in HTML 4.0 but
it is added in the XHTML standard.
Attributes
align="left - center - right - justify - char"
char="character"
charoff="number"
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"
span="number"
style="associated style info"
title="advisory title"
valign="top - middle - bottom - baseline"
width="column width specification"
End
Tag: Forbidden |