Previous

What is table ?

Next

Table is collection on row and coulmns

 

Syntax

<table>
<thead>

<tr>

<th></th>
</tr>

</thead>

 

<tbody>

<tr>

<td></td>

</tr>

</tbody>

</table>