12
Tables
• More than just adding a table for data, html
tables can be used to structure the text,
images, links, etc. that make up your
webpage.
• You can use tables to define the layout for
your page, and then fill the appropriate table
cells with the content you want.
• A table is defined with <table>& </table>.
Within the table, rows are defined with <tr>
& </tr>. Within each row, cells are defined
with the <td>& </td>tags.