Task 8: Tables
Task description: Create a table to display data.
What you must include
- One
<table>element - A
<thead>with at least one header row - A
<tbody>with at least two data rows - At least two
<td>cells in each data row
Bonus ideas: Add a <caption> and use clear header/data structure.
Example topic
You could create a table of student grades, sports scores, or favorite foods.
Instructions
- Open your HTML file in your code editor.
- Write your code using table elements.
- Copy your HTML code.
- Paste it into the box below.
- Click Check My Code.
- Fix any errors and try again.
Paste your code below
Your results will appear after you click the button. Bonus checks unlock after all required checks pass.