Step 43 HTML css

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

  **Your code so far**
  

<section>
  <h2>Cat Form</h2>
  <form action="https://freecatphotoapp.com/submit-cat-photo">
    <input type="text" name="catphotourl" placeholder="cat photo URL" required>
    <input type="radio"</>
    Indoor
    <button type="submit">Submit</button>
  </form>
</section>
```
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 43

Link to the challenge:

self closing tags like <input /> and you have to create a label element for Indoor text

sorry, i don’t understand

you can do it like this <input type="radio"> Indoor

sorry, its not working

Your new input element should be above the existing input with type attribute set to text . You have them in the wrong order.

and then, what is the code?

I already gave you the code

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