Tell us what’s happening:
My thread element is directly under the caption element, but it tells me that it is not
Your thead
element should be immediately below your caption
element.
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<table>
<caption>Net Worth<caption>
<thead></thead>
<tbody></tbody>
</table>
<!-- User Editable Region -->
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Challenge Information:
Learn More About CSS Pseudo Selectors by Building A Balance Sheet - Step 25