I cant move over

Tell us what’s happening:
is it correct , i cant move to the next task ? help ?

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>
 <p>
<forum>
<forum action ="/submit-cat-photo"> <imput type="text" placeholder="cat photo URL">
  
</forum>
</p>
</main>

Your browser information:

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

Challenge: Create a Form Element

Link to the challenge:

hey sergiu,
it’s not quite right, but you are almost there. check the the form and input tags for typos. the url has to be exactly the same as in the instructions and somewhere in there you have a space character too much.

2 Likes

Hi @sergiuC27!

It is always best to copy and paste the url instead of typing it out to avoid typos.

Also, you can delete this extra forum at the bottom.

Many thanks for such a quick answer.

iIwill check much better next time , thanks for the hint

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