Tell us what’s happening:
Describe your issue in detail here.
It says I should nest the indoor and outdoor in a fieldset element. I don’t know what I’m doing wrong can someone help Your code so far
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Tell us what’s happening:
Describe your issue in detail here.
I have been trying for hours to nest the indoor and outdoor radio buttons within a fieldset element. Someone should help me please I’m stuck here Your code so far
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
fieldset isn’t an input element. You can’t add type attribute and value to it. Also you have a typo in the closing fieldset element.
The instructions is asking: Nest the Indoor and Outdoor radio buttons within a fieldset element, and don’t forget to indent the radio buttons.
Reset the challenge step and only add a fiedset opening and closing tags around that two radio buttons are present in the challenge editor. Don’t add any attribute and values to the fieldset element.
@Zionmusa You shouldn’t add the label and radio input elements, nor any attribute and value to it.
Reset the challenge step to restore original code back.
Then only add a fieldset opening and closing tags around both radio inputs along it’s labels element. Remember don’t add any attributes and values to the filedset element.
What does it mean to indent the radio button I’ve been doing this for hours still not getting it. I’ve add the indoor and outdoor buttons in the fieldset element but I’m still not getting it
Make sure you are using the appropriate CSS for layouts, such as margin-left or padding-laft for indentation. Additionally, make sure that your radio button is correctly nested within the fields fieldset and legend elements, and check for any conflicting styles that can affect their appearance.