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>
<a href="#"><img src="https://www.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="https://www.freecatphotoapp.com/submit-cat-photo">
<input type="text" placeholder="cute cat url">
</form>
</main>
**Your browser information:*
Challenge: Create a Form Element
Link to the challenge:
1 Like
Hi @orererereo !
Welcome to the forum!
The problem is here
You weren’t supposed to change the input.
Reset the lesson and use the input that was given to you.
Don’t change it.
Hope that helps!
2 Likes
Hi [quote=“orererereo, post:1, topic:458320, full:true”]
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>
<a href="#"><img src="https://www.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="https://www.freecatphotoapp.com/submit-cat-photo">
<input type="text" placeholder="cute cat url">
</form>
</main>
**Your browser information:*
Challenge: Create a Form Element
Link to the challenge:
[/quote]
Thank you so much
This looks like the same code as before.
You are not supposed to change the input.
This is wrong
Make sense?
system
Closed
5
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.