HTML Table Data Tags
The table data tags are used to format your layout, view the example below.
<table width="100%">
<tr>
<td>HTML Tag</td>
<td>Chart Is</td>
<td>Best</td>
</tr>
</table>
Example:
| HTML Tag | Chart Is | Best |
The table data tags allow you to add more colums to your table.
