Creat a set of radio buttons

hello guys I’m wondering if there is something wrong with my code

 <form action="https://freecatphotoapp.com/submit-cat-photo">
    <input type="text" placeholder="cat photo URL" required>
    <lable for="indoor" >
      <input id="indoor" type="radio"   name="indoor-outdoor">indoor</lable>
<lable for="outdoor">
  <input id="outdoor" type="radio" name="indoor-outdoor">outdoor</lable>
    <button type="submit">Submit</button>
  </form>

Double check your spelling :wink:

1 Like

its 3 hours and I’m stuck here
i didnt notice anything wrong :thinking:

label instead of lable ?

2 Likes

thank you a lot bro really appreciate it :kissing_heart:

A few days ago, I was working on a project FOR HOURS until I gave up. I sent it to the forum and it turns out I was working on test number five and trying to pass test number four… I so get it.

1 Like

it’s really helpful this community i wanted to give up too

1 Like

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