HTML Table Attributes: Comprehensive Reference
Classified in Arts and Humanities
Written at on English with a size of 2.47 KB.
HTML Table Attributes Reference
This document provides a reference for HTML table attributes.
Table Attributes
The following attributes can be used with the <table>
element:
border
: Specifies the width of the table border.bordercolor
: Specifies the color of the table border.bordercolorlight
: Specifies the light color of the table border.bordercolordark
: Specifies the dark color of the table border.height
: Specifies the height of the table.width
: Specifies the width of the table.cellspacing
: Specifies the space between table cells.cellpadding
: Specifies the space between the cell border and its content.align
: Specifies the alignment of the table (CENTER
,LEFT
,RIGHT
).bgcolor
: Specifies the background color of the table.background
: Specifies