Building a Balance Sheet Step 17

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.

you have added a caption attribute
But the exercise wants a caption element.

ps. in future please include the link to the exercise in the post, it just makes things easier to help you.

2 Likes

Thank you for the help!

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.