Guys please help out

Someone should please help, I can’t get past this stage :sleepy:

Heyy @damideen777 could you insert the link of the exercise ?

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"></form>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; TECNO CA7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36.

Challenge: Create a Form Element

Link to the challenge:

  1. You are not using the correct URL and you didn’t wrap the URL inside a string "https://freecatphotoapp.com/submit-cat-photo"

  2. You did not close > the starting form tag.

  3. You change the input element. It should have the placeholder value the starting code for the element had.

Yeah, I finally figured that out. :weary:. Thank you so much :pray:

1 Like

Could u pls help me i have been stuck on this challenge for two days. PLS HELP ME