Table Summary
In the fourth lesson, we learned everything we need to create tables in HTML and found out that:
- Tables are created using the
tableelement. - A table row is created using the
trelement, which is a child of thetableelement. - Table data is created using the
tdelement, which is a child of thetrelement. - Table headers are created using the
thelement, which is a child of thetrelement. - We determine the column span using the
colspanattribute. - We determine the row span using the
rowspanattribute.
In the next lesson, we will look at HTML forms, why we need them, how to create them, and more!
Instructions
Congratulations on completing the fourth lesson! Your final code from this lesson is in the editor. Now you can customize the page with your newly acquired knowledge.
Start programming for free
7/7