Learn HTML by Building a Cat Photo App - Step 44

    <h2>Cat Form</h2>
    <form action="https://freecatphotoapp.com/submit-cat-photo">
   cat <input id="indoor" type="radio" >Indoor

      <input type="text" name="catphotourl" placeholder="cat photo URL" required>
      <button type="submit">Submit</button>

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

Hello.

What does the word cat do there before <input id="indoor" ...?

Grets.

cat is option for button

Hello.

Remove It .

Grets.

1 Like

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