if this is from the curriculum, please give a link to the step
for next time please use the HELP button
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 Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.
The 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, I pressed the Help and was assigned here. Probably , I’ve confused smth, sorry.
The challenge is “Learn Accessibility by Building a Quiz”, step 28
pressing the button creates a template for a post here on the forum that contains your code and a link to the challenge, and that you can edit if needed before posting.
these are the problems. you made <div> and a opening tags, html reads it as an element, not a text content inside the <legend>.
use character entity reference instead. for instance, to make a less than sign, you need to type <, and it will show like this <. that way, you can put html reserved characters applicable as text contents.