Learn HTML by Building a Cat Photo App - Step 47

Tell us what’s happening
Describe your issue in detail here.

Your code


37.     <label><input id="indoor" type="radio">Indoor</label>
38.     <label><input id="outdoor" type="radio">Outdoor</label>

type or paste code here

welcome to the forum

can you please describe what the problem is

Step 37 : Can’s seem to get Hang of the Input Element Snytax…

The input element allows you several ways to collect data from a web form. Like img elements, input elements are self-closing and do not need closing tags.

Nest an input element in the form element.

    </form>

If you have a question about a specific challenge as it relates to your written code for that challenge, and you’ve tried to solve it at least 3 times so far and still need some help, just click the Ask for Help button located on the challenge (it looks like a question mark).
This 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.