HTML Tables

HTML

Example

<table> <tr><th>Name</th><th>Age</th></tr> <tr><td>Sam</td><td>30</td></tr> </table>

Sources