Learn HTML by Building a Cat Photo App Step 44

I got stuck here guys. As instructed I add a radio button with the option set as:

Indoor

Indoor: <input type:“radio”> Indoor

Can you tell me what am I doing wrong here? Thanks in advance!

You wrote Indoor: which is not part of the radio button code needed.

The example in the exercise starts with the input tag so compare your work to that example.

but it says Indoor and Outdoor in the input tag

Look at the preview pane and make sure you only have one word Indoor on the right of the radio button.

Simply put the indoor outside the radio button

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