Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>
<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>
<input action=URL"https://www.freecatphotoapp.com/submit-cat-photo">
</form>
</main>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36
Challenge: Create a Form Element
Link to the challenge:
Hey @jochidinma22 ,
Congrats on your first post!
You seem to be missing some code (the cat image, specifically). Without that, you won’t pass the challenge.
<a href="#"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
Also, in your action
attribute, you don’t need to specify that that’s a URL. Your browser will be able to parse it.
<input action=URL"https://www.freecatphotoapp.com/submit-cat-photo">
Let me know if this helps. For your next questions, make sure you elaborate on what the issue is. This will help those who are trying to help you.
im still stucked,i need help
Ok.
What did you change? Were you able to implement the changes above?
done… thank you
it has been corrected
system
Closed
6
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.