Learn HTML by Building a Cat Photo App - Step 36

Tell us what’s happening:
I’m currently working on Cat Form i think i did everything right but it didn’t pass and said that my form element does not have an action attribute. can anyone help?

Your code so far

    <form>
  <form action="https://freecatphotoapp.com/submit-cat-photo">
 </form>
 
  </section>
</main>
```

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

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

Link to the challenge:

do you see how you have two form opening tags now?
You only need one.
Delete the duplicate.

Thanks bro… appreciated

1 Like

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