step 46 guys any help?
you should add more info like the code that is bugged
<label><input id="indoor" type="radio"> Indoor</label>
he wants me to Nest another radio button with the option Outdoor
in a new label
element. The new radio button should be placed after the first one. Also, set its id
attribute value to:
outdoor
<label><input id="indoor" type="radio"> Indoor</label>
i added a space at the end to keep it visible
Where is your outdoor button?
i still want to create it, its the question
What have you tried?
just like the first one but instead of inside replace it with outside
not working , i tried what u said
yess here is what i wote
<label><input id="outdoor" type="radio"></label>
<label><input id="outdoor" type="radio"></label>
it keeps saying that i have to but it below the indoor button and thats not what i’ve done
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>
) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
Can you show your full code?
You don’t have the label text “Outdoor” anywhere.
can i just copy it? sorry but um a beginner …just 3 days so far in that field
Copy-paste both lines like you were doing above, but use the formatting instructions I posted.
You wrote outdoor
But the directions say Outdoor.
The text has to be exact for this to pass
Please don’t post a picture. A picture is hard to read and impossible for me to run.
You need to capitalize the O in Outdoor in your label text.
that symbol in the post u mention is unfortunately not on my keyboard um sorry for the photo
sorry it doesnt work with the capital O either