Hi, I just started learning htlm form the very beginning and got stuck on this. I am supposed to 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.
So I did
<form action="/https://freecatphotoapp.com/submit-cat-photo"><input type="text" placeholder="cat photo URL"></form>
why is it wrong.