| <td rowspan=?> |
rowspan attribute |
The <td rowspan=?> specifies the number of rows a cell should span. |
| <td colspan=?> |
colspan attribute |
The <td colspan=?> is used to set the number of columns a cell should span in a table. |
| <th width=?> |
width attribute |
The <th width=?> Attribute is used to specify the width of a table header cell. |
| <tr align=?> |
align attribute |
align Attribute is used to set the horizontal alignment of text content inside the table row. |
| <tr vertical-align="value"?> |
tr vertical align |
vertical-align Attribute is used to specify the vertical alignment of text content in a table row |
| <table border=?> |
table border |
The border attribute adds a border of different styles and shapes to the table. |
| <table cellspacing=?> |
table cellspacing |
The border attribute adds a border of different styles and shapes to the table. |
| <table cellpadding="value"?> |
table cellpadding |
The cellpadding is the space between the border of a table and its content. |
| <> |
|
|