Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 25

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)

To enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

<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).

1 Like