Home > Abakada: Back to Basics > Language References > HTML Element Attributes > FRAME Attribute
Sets or retrieves the way the border frame around the table is displayed.
Inline |
<TABLE FRAME = 'void' | 'above' | 'below' | 'border' | 'box' | 'hsides' | 'lhs' | 'rhs' | 'vsides'...> |
Script |
table.frame = sFrame ] |
void |
Removes all outside table borders. |
above |
Displays a border on the top side of the border frame. |
below |
Displays a border on the bottom side of the table frame. |
border |
Displays a border on all sides of the table frame. |
box |
Displays a border on all sides of the table frame. |
hsides |
Displays a border on the top and bottom sides of the table frame. |
lhs |
Displays a border on the left side of the table frame. |
rhs |
Displays a border on the right side of the table frame. |
vsides |
Displays a border on the left and right sides of the table frame. |
The property is read/write with a default value of void.
The following example demonstrates the rendering of various values for the TABLE FRAME attribute. This feature requires Microsoft® Internet Explorer® 4.0 or later.
Show me
TABLE
rules