Hello, I do not understand what I am doing wrong with the code. The instructions say to add an action attribute to the form element. However, when I do so, it says the form element does not have an action attribute. Can someone explain this to me? Thank you.
Here is a part of my code below;
<section>
<h2>Cat Form</h2>
<form>
</form>
<form action="https://freecatphotoapp.com/submit-cat-photo">
</form action>
</section>
I have also tried this ;
<form>
<form action="https://freecatphotoapp.com/submit-cat-photo"></form action>
</form>
**Challenge:** Step 35
**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-35