Html table
table
tr th
tr td
<table>
<tr> <th> title </th> <th> age </th> </tr> ====>table heading columns
<tr> <td> title </td> <td> age </td> </tr> ====>table normal columns
<tr> <td> title </td> <td> age </td> </tr> ====>table normal columns
</table>
this will display like this
title | age |
---|---|
aymen | 18 |
zakiya | 30 |