Day 7 - Tables

Welcome to Day 7! Today we will learn how to create tables using the <table> tag. Tables help display data in rows and columns clearly and neatly.

Example: <table><tr><th>Header</th></tr><tr><td>Data</td></tr></table>

Back to home