I am currently learning to cat photo capp using HTML.
I am stuck at the part with the form action whereby it keeps saying" Your form
element does not have an action
attribute. Check that there is a space after the opening tag’s name and/or there are spaces before all attribute names"
However if you look at the code below I am not sure what I am missing:
The step says "The action
attribute indicates where form data should be sent. For example, <form action="/submit-url"></form>
tells the browser that the form data should be sent to the path /submit-url
.
Add an action
attribute with the value https://freecatphotoapp.com/submit-cat-photo
to the form
element"
Can anyone help?