tabel generator html code example
Example: html table generator
<table>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>
<tr>
<td>Black</td>
<td>Vaccine</td>
<td>21</td>
</tr>
<tr>
<td>Nabil</td>
<td>Ahmed</td>
<td>16</td>
</tr>
</table>