Tell us what’s happening:
My page needs two radio button elements, my radio buttons should be given the name attribute of indoor-outdoor and Each of my two radio button elements should be nested in its own label element, and last but not least Each of my radio button elements should be added within the form tag. Your code so far
Tell us what’s happening:
I got everything good so far it’s just that I need to add Each of my radio button elements that should be added within the form tag. I’m just honestly confused. May you please help me put the form tags to where there suppose to go?
You have extra </button>tags that don’t belong. The “submit” button is at the end of the form. So I put my radio buttons before the text input. I then follow the nested example in the challenge.
I’m still confused by your reply. Do you mind showing me the exact code on how it should be like? Do you mind copying and pasting how my code should be?