Step 36 ((New) Responsive Web Design)

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

When you paste code make sure you use three backticks before and after the code block so that the code can be seen. It would be good if you post the challenge link too.

Please share all your code and a link to the step


I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

The tests pass for me, try disabling all extensions or try in a different browser