Tables
Learn all the syntax you need to create tables in your HTML documents.
StartKey Concepts
Review core concepts you need to learn to master this subject
<tr>
Table Row Element
<td>
Table Data Element
<thead>
Table Head Element
rowspan
Attribute
<tbody>
Table Body Element
<th>
Table Heading Element
colspan
Attribute
<tfoot>
Table Footer Element
<tr>
Table Row Element
<tr>
Table Row Element
<table>
<tr>
...
</tr>
</table>
The table row element, <tr>
, is used to add rows to a table before adding table data and table headings.
HTML Tables
Lesson 1 of 1
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory