<section>
<h2>Cat Form</h2>
<form
<input action="https://freecatphotoapp.com/submit-cat-photo" </input>
</form>
</section>
Can you please send me the link of the challenge?
Your form start tag hasn’t got a “>” at its end.
Your form needs an action attribute.
Your input start tag hasn’t got a “>” at its end.
Your input doesn’t need an action attribute
Hope this helps.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.