Hi, there I don’t understand Naming Your Table. What do we do plz help me I’m confused
To name a table we add a <th>
in the <thead>
element.
<table>
<thead>
<tr>
<th>This is the title for the table</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
Post a link to the lesson and your code if this is not helpful.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.