back

Table

Tag: <table>

The table tag defines a table in a webpage.
It is the first and last tag in a table; all of the other table tags go inside.

The table needs to be closed with the closing tag </table>

Example