I need help.......how to do this

Tell us what’s happening:

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Linux; U; Android 9; zh-cn; JKM-AL00b Build/HUAWEIJKM-AL00b) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/10.9 Mobile Safari/537.36.

Challenge: Create a Form Element

Link to the challenge:

Hey @sgjc15179823862!

First issue

Remove the quotes and > symbol at the end

Second issue
FCC instructions:
Nest the existing input element inside a form element

Translation:

<form>
<input>
</form>

Hope that helps!

thank you for you help!

1 Like