Stuck on Responsive web design cert - Basic html and html5: Create a Form Element

Tell us what’s happening:
Tried many things for 2 nights already. I even went to forums and copy pasted peaople’s answer but still did not get it right. Help please :frowning:

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0.

Challenge: Create a Form Element

Link to the challenge:

here’s my answer but i tried many things already…

edit: i don’t know why but codes i paste here is not appearing…

Hi. I think if you nest your input element in a form element your problem will be solve.

<form action="https://freecatphotoapp.com/submit-cat-photo">
  <input type="text" placeholder="cat photo URL">
  </form>