<Table>
What
it does
Defines a
Table in your webpage. Can contain headers, rows, cells, and even additional
tables. This is the element used to lay out many popular websites as it
gives you control over the placement of objects on the screen.
Attributes
align="left
- center - right - justify - char"
bgcolor="color name"
border="pixels"
cellpadding="pixels"
cellspacing="pixels"
dir="direction for weak/neutral text"
frame="parts of frame to render"
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"
rules="rulings between rows and cols"
style="associated style info"
summary="summary info"
title="advisory title"
width="column width specification"
End
Tag: Required |