The directions say to “Nest an input element in the form element.”
I’ve typed in the following code (as it resembles the assistance I located on w3schools):
<form action="https://freecatphotoapp.com/submit-cat-photo">
<input>
</form>
but I receive the following error:
"## Test - Sorry, your code does not pass. You’re getting there.
Hint - Your form element’s opening tag should only have an action attribute. Remove anything else you may have typed in it."
Can someone assist me with correcting this problem? Thank you in advance.
-Charles
