### What should be in the lesson - How to display data in a table - `<table>` tag - main table tag - `<tr>` tag for rows within a table - `<th>` tag for heading cells within a row - `<td>` tag for the cells in a row - Attributes: `colspan` & `rowspan` ## Files - example.html - exercise.md - readme.md ## Solution - Solution to exercise should be in the solutions directory
What should be in the lesson
<table>tag - main table tag<tr>tag for rows within a table<th>tag for heading cells within a row<td>tag for the cells in a rowcolspan&rowspanFiles
Solution