asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Element Attributes > FRAME Attribute

FRAME Attribute | frame Property


Sets or retrieves the way the border frame around the table is displayed.

Syntax

Inline <TABLE FRAME = 'void' | 'above' | 'below' | 'border' | 'box' | 'hsides' | 'lhs' | 'rhs' | 'vsides'...>
Script table.frame = sFrame ]

Possible Values

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.

Example

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 

Applies To

TABLE

See Also

rules



Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note