Im having problems with step 56, I have searched all the topics and still having trouble. It keeps saying loving needs to be wrapped in the table

Loving

Hello,

Can you please share your code so that we may see the problem? It is added in by default when you post on the forum, but you can also add it now by copying and pasting into your post.

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Hello and welcome to FCC Forum, a community of people helping each other!

The text Loving is to be nested in the label element tabs. This means the opening label element tag should come behind the input element and before the text Loving. The closing label would come after the text Loving.

Remember to add the for attribute in the opening label tag to match with the id in the input label.

I hope this helps you.

Happy coding! :slight_smile:

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