Step 17 gives the following instructions:
Step 17
Time to move on to your second table. Start by giving it a caption element set to Liabilities. Then add your thead and tbody.
Here’s my code:
<table caption="Liabilities">
<thead></thead>
<tbody></tbody>
</table>
When I submit, it gives me the following error message:
Sorry, your code does not pass. Keep trying.
Hint
“Your second table element should have a caption element.”
What am I doing wrong? I feel crazy.