The vspace and hspace attributes of the TABLE element adds white space around the table.
<table vspace="5" hspace="5">
| Attribute | Value | Explanation |
|---|---|---|
| vspace=" " | pixels | vertical white space (the top and bottom sides) |
| hspace=" " | pixels | horizontal white space (the left and right sides) |
Extension attribute. (Non standard attribute)
Use CSS instead of this attribute. Please see the "Related Document" for details on CSS.
Example page
(In Quirks rendering mode)