Hi ! I need help at this step. It indicates me " Your third table
element should have a caption
element." Thanks
Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 25
Link to the challenge:
Hi ! I need help at this step. It indicates me " Your third table
element should have a caption
element." Thanks
Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 25
Link to the challenge:
My code is : < table > < thead > < tbody >< caption >Net Worth< /caption >< tbody >< thead > (i ve made spaces for the post only)
<table><thead><tbody><caption>Net Worth</caption><tbody><thead>
</table>
You have the order of the elements incorrect. Look at the existing table above the one you created to see the correct order of the elements (opening and closing tags).
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.