Learn HTML by Building a Cat Photo App - Step 46 - C9IcuwT6PVOBX8EKAtmSg

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

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

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

i dont get it what am i doing wrong here
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 46

Link to the challenge:

Check the second “type” properly. :slightly_smiling_face:

please how did you solve this cause am also stuck

(post deleted by author)

just add space between element and text.

1 Like

You left a space between the second “type” and the equal to sign.

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