Please assist with Step 46

Kindly assist, as I’ve been at this for long

<label><input id="Outdoor" type="radio">outdoor</label>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1

Challenge: Step 46

Link to the challenge:

Format the new code the same way as the elements that are in the starting code. Same letter casing and spaces.

<label><input id="indoor" type="radio"> Indoor</label>

Your code:

<label><input id="Outdoor" type="radio">outdoor</label>

Hint: the id should be lower case and the label text should start with an uppercase letter and have a space in front of it.

1 Like

Hello I was just stuck at this issue 3 days ago make sure you follow the uppercase and lower case lettering thats what had me stuck for 3 days

1 Like

Thanks, I’m good now

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