It asks me: “Add another checkbox after the one you just added. The id
attribute value must be lazy
and the name
attribute value must be the same as the last checkbox.
It also adds a label
element to the right of the new checkbox element with the text Lazy
. Make sure to associate the label
element with the new checkbox using the for
attribute.”
And I swear that not even cheating will work, please help
Hello JP, and welcome to the forum!
Honestly, it’s kinda hard to tell what’s going on without your code, could you please paste it here?
i wanted to paste it mainly but “bc i’m a new user, I can only put one embedded media item in a post” that’s the error it apears when I want to put all the code. But if u can sear in freecodecamp exercise 58, first project of responsive web design
@c0d1ng_ma5ter this is what i can do to put the code, hope it’s enough
< input id=“loving” type=“checkbox” name=“personality”> Loving
Hi there!
Welcome to the FCC forum. Create a topic to the challenge step using Help
button. That button appears below the challenge editor when you try to submit the wrong code more than three times.
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.