Hi! I have reset often, reviewed forum responses, asked ChatGPT, mdn web docs, The Quackit HTML Code Library , w3.org and I still cannot add an action attribute to a form element.
This is what I have:
‘’’
<form>
</form>
<form action ="https://freecatphotoapp.com/submit-cat-app">
</form action>
‘’’
I believe the following to be true:
<form></form>
is the form element and it must remain empty
there is no such thing as an <action> </action>
element
syntax could be "<form action> </form action>
or <formaction> </formaction>
(tried both)
Prompt says need space between my opening elements so, I have moved those around.
@your convenience. TY