New Responsive Web Design Step 46

Hi there,

I am currently on step 46 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

When I add another nested label as follows:

Indoor
outdoor

I receive the following error:

Your new radio button and associated label should be below the first one. You have them in the wrong order.

I have tried placing the new label element in a unordered list as well as a new paragrph and section but nothing helps.

Any help will be much appreciated.

Step 46

Many thanks,
Dexster

Could you please link your code and the task so i can see what you did wrong ?

Hi koomy,

I have edited the topic and included the link.

Many thanks,

alright look i still cant see your code but if you done step 45 then step 46 is the same just with different text and id

your code from step 45 is :
<label><input id="indoor" type="radio"> Indoor</label>

all you need is a new element under it the exact same just instead of indoor … type outdoor.

and dont forget the capital letter for the text Outdoor and no capital letter for id outdoor

Hi koomy,

It worked that was my mistake the capital and lower case O o.

Legend thank you so much.

1 Like

thank you @dexstertdk ,
your comment helped me too.
I also stuked at.

can we have more communication? bcz I m a very new as a self taught programmer. so we learn more.
BTW I am from India.

Hello all reading this aswell,

I was near losing it as to what was wrong with my code, it looked correct!
Turns out it was because I didn’t put a space before the option words “Outdoor” and “Indoor” .

Must say that should have been mentioned in the step haha

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.