Learn HTML by Building a Cat Photo App - Step 46

<label><input id=“indoor” type=“radio”> indoor</label>
<labe
l><input* id=“outdoor” type=“radio”> outdoor</labe*l>

what’s wrong with these radio buttons it says that i have them in the wrong order

Can you send a link to see what’ve you coded so far? You should get rid of the *.

i’m sorry could you explain to me how to format code without it getting executed in the reply when i send it i saw a referenced post on the forum but i didnt get how to use the keys

Hi there! You have to do the same thing you did in the first label element but setting the value to outdoor instead of indoor. It’s the same process.

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