1/11
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Table
A representation of data arranged in rows and columns.
<tr>
represents rows
<td>
used to create data cells
<th>
used to add table headings
<caption>
used to insert captions
<thead>
adds a separate header to the table
<tbody>
shows the main body of the table
<tfoot>
creates a separate footer for the table
table rows
tr stands for
table head
th stands for
Table-Colspan
To make a cell span over multiple columns
Table-Rowspan
To make a cell span over multiple rows,