Can someone tell what is wrong with this code?
<form action="/submit-cat-photo">
<input type="text" placeholder="cat photo URL">
</form>
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/create-a-form-element
Can someone tell what is wrong with this code?
<form action="/submit-cat-photo">
<input type="text" placeholder="cat photo URL">
</form>
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/create-a-form-element
in the first paragraph it showed an example :
<form action="/url-where-you-want-to-submit-form-data"></form>
as you see the / should be before the text. so you are wrong…
My apologies, I take back what I said earlier. I’m being a blockhead and was absolutely wrong, but it probably would help everyone if you gave a link to the challenge.
Hello~!
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.