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.
Quick Tips
Here <table>
tag is used to create a table, the tag is used to highlight the header information, represents a cell of the table, represents table row while as represents the table body section.