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.
<table>
Example: <table><tr><th>Header</th></tr><tr><td>Data</td></tr></table>
<table><tr><th>Header</th></tr><tr><td>Data</td></tr></table>
Back to home