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.
and these the instructions that guide me
The existing input element should be nested within a form element.
Your form should have an action attribute which is set to https://freecatphotoapp.com/submit-cat-photo
Your form element should have well-formed open and close tags.
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.
and these the instructions that guide me
The existing input element should be nested within a form element.
Your form should have an action attribute which is set to https://freecatphotoapp.com/submit-cat-photo
Your form element should have well-formed open and close tags.
You can build web forms that actually submit data to a server using nothing more than pure HTML. You can do this by specifying an action attribute on your form element.
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.