Survey form user story 10

Hello everyong, I need urgent help. I am having trouble completing user story 10 of the survey form. I have been trying to find a solution for a solid hour but can’t seem to find my mistake. Here is a link to my codepen https://codepen.io/mimwi/pen/dydGoXQ. All suggestions would be greatly appreciated. I am at my wits end lol

I think the problem is with the divs that you have used.

1 Like

You need a correction on the 18th line of your html code;
What you have typed is:

<div class="labels>

What you need to type:

<div class="labels">

Just complete the quotation mark,
Hope this helps :slightly_smiling_face:

1 Like

thank you thank you so much. It worked

1 Like

Thank you, it worked :smile:

1 Like

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