This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online and paying staff members.
The <td> tag is used to create new columns in a table.
<table>
<tr>
<td>Col 1</td>
<td>Col 2</td>
</tr>
</table>