Cat Site 44 question SOS

What am I doing wrong? Step 44

Cat Form

Indoor

Keep getting this reply

Test

Sorry, your code does not pass. You’re getting there.

Hint

You should create an input element for your radio button. Check the syntax.

Please post your code here.

Indoor

When I post it it doesnt come up as code!

Use three backtic before and after your code.
Backtic ```

        <input type="radio"> Indoor
        <form action="https://freecatphotoapp.com/submit-cat-photo">
 
          <input type="text" name="catphotourl" placeholder="cat photo URL" required>
          <button type="submit">Submit</button>```

Please reset your code
input tag must be inside the form tag

1 Like

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