HTML Table
An HTML
- HTML
<table>
tag is used to represent HTML table. - HTML
<tr>
tag is used to represent HTML table row. - HTML
<td>
tag is used to represent HTML table data. - HTML
<th>
tag is used to represent HTML table header. - HTML
<thead>
tag is used to group table header content. - HTML
<tbody>
tag is used to group table body content. - HTML
<tbody>
tag is used to group table footer content.