Basic HTML and HTML5 Create a Form Element

Good Afternoon All,

I got really stuck at this point, in my optic i did the right steps. But still getting error.

Please help me out

1 Like

please post your code (not a screenshot), the link to the challenge, and what error you get

1 Like

Hi @raoulrsm. From the screenshot, I can see that you have set an incorrect action attribute value. It should be https://freecatphotoapp.com/submit-cat-photo.

In the future, as @ILM said, please provide your code and not a screenshot.

Tell us what’s happening:
Good Afternoon All,

I still got stuck with this topic, could someone please help me out?

Thanks.

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<p>Things cats love:</p>
<ul>
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
  <li>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>

<form action="  /submit-cat-photo"> 
<input type="text" placeholder="cat photo URL"> 
</form>


</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36.

Challenge: Create a Form Element

Link to the challenge:

you have still the same issue pointed out by @paulsonstech above

1 Like

I just did, but still the same .

please post your new code, so we can see what’s going on

mission accomplished, thanks for your time and effort.

@ILM @paulsonstech

1 Like