- You should create an input element for your radio button. Check the syntax. 4. Your new input element should be above the existing input with type attribute set to text
You have them in the wrong order. 7. Your new input element should have a type attribute with the value radio. You have either omitted the value or have a typo. Remember that attribute values should be surrounded with quotation marks. 10. The text Indoor should be located directly to the right of your radio button. You have either omitted the text or have a typo.
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.
1 Like