How To Create Table In your Blog Or Website
<table>
<thead>
<tr>
<th>Type Your First Heading</th>
<th>Type Your Second Heading</th>
<th>Type Your third Heading</th>
</tr>
</thead>
<tbody>
<tr>
<td>This Is Your First heading Data</td>
<td>This Is Your Second heading Data</td>
<td>This is Your Third Heading Data</td>
</tr>
</tbody>
</table>
إرسال تعليق