I have tried to figure it out for the past like hour with no avail, I’ve searched the forum and everything i was lead to dead ends, very frustrated. it told me to do this-
Nest the existing input
element inside a form
element and assign "https://freecatphotoapp.com/submit-cat-photo"
to the action
attribute of the form
element.
**My code so far**
<form action="/submit-cat-photo"> <input type="text" placeholder="cat photo URL" /> </form>
</main>
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36
.
Challenge: Create a Form Element
Link to the challenge: