back

Code


HTML
Web

<table border="1px">
<tr>
    <th>Header One</th>
    <th>Header Two</th>
</tr>
<tr>
    <td>Cell One</td>
    <td>Cell Two</td>
</tr>
<tr>
    <td>Cell Three</td>
    <td>Cell Four</td>
</tr>
</table>