Learn html by building a cat photo app:step 36 What is wrong with that code

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

action requires a valid url, remove the /submit- from the start of the url

Also Remove extra form opening tag and method get from your code.
@shingorashaban

Hello.

Read carefully the instructions:

  • Add an action attribute with the value https://freecatphotoapp.com/submit-cat-photo to the form element.

You don´t need /submit- at the start. It was an example.
Also, you don´t need method in this step.

Check your code.

Greets.

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