Th Example.
Example:
HTML
<table>
<tr>
<th id="name" colspan="2">Name</th>
</tr>
<tr>
<th headers="name">Firstname</th>
<th headers="name">Lastname</th>
</tr>
</table>
How to add Specify the <th> element each <td> element is related to | HTML Attribute |
How to add Specify the <th> element each header cell is related to | HTML Attribute |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Attribute |
Uploaded by: | Admin |