Display only the outside borders of a table:
![]()
The frame attribute is supported in Internet Explorer 9+, Firefox, Opera, Chrome, and Safari.
Note: The frame attribute of the <table> tag is not supported in Internet Explorer 8 and earlier versions.
The <table> frame attribute is not supported in HTML5. Use CSS instead.
The frame attribute specifies which parts of the outside table borders that should be visible.
Tip: It may be better to NOT specify a frame, and use CSS to apply borders instead.
| Value | Description |
|---|---|
| void | The outside borders are not shown |
| above | The top outside border is shown |
| below | The bottom outside border is shown |
| hsides | The top and bottom outside borders are shown |
| vsides | The left and right outside borders are shown |
| lhs | The left outside border is shown |
| rhs | The right outside border is shown |
| box | The outside borders are shown on all four sides |
| border | The outside borders are shown on all four sides |
HTML <table> tag
Your message has been sent to W3Schools.