HTML Table Tags
The table tags will allow your to create a table, creating tables allows you to set a layout for your web page.
<table><tr><td>HTML Tag Chart</td></tr></table>
Example:
| HTML Tag Chart |
As you can see above the table tags cant be seen in the browser but it does print the text within the table.
