HTML5 and HTML5: Set of Radio Buttons

Each of your two radio button elements should be nested in its own label element. Am confused, it’s not running. Please help me

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It 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.

2 Likes

Ok am new here but i will take corrections now

1 Like

Hi @odimkingsley ,

I understood your question.

  • You should have <label> tag

  • Inside the <label> opening and closing tag, you should place your <input> tag which is of type radio

  • You should also have the same value for the name attribute in the <input> tag

Refer to the example given in the challenge, and create a two pair one for indoor and another for outdoor.

*I hope it helps

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