Learn HTML by Building a Cat Photo App - Step 36

Tell us what’s happening:

New to coding. I tried every format I could think of, but it still tells me my form element does not have content. I just want to know what I’m doing wrong. I saw on other forums that lesson 36 behaves differently, took other peoples’ suggestions from other forums on here and no avail. Is it possible it’s behaving weirdly because I’m on a Macbook Air with M2 chip?

Your code so far

    <form>
    <form action="/submit-url, https://freecatphotoapp.com/submit-cat-photo"></form action>
    </form>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 36

remove the /submit url, from the line of code

Just did that. Still gives me an error. I also tried removing the top and bottom like another thread suggested, still got the same error.

Welcome to the forum @isabellabalthaser

You have too many form tags.

image

You should have one form opening form tag, and just one form closing tag.

The closing tag should not contain any attributes.

Happy coding

1 Like

In the closing tag u have to give only “form” tag no need of action word in the closing tag. and also remove the word opening “form” tag in the line no 36
just type these 2 lines of code

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.