icey1
January 27, 2021, 3:51pm
1
Tell us what’s happening:
so i can do this task they tell me " the existing input element should be nested within a form element.
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="https://freecatphotoapp.com/submit-cat-photo">
<input="forme">
</form>
</main>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36.
Challenge: Create a Form Element
Link to the challenge:
Learn to code. Build projects. Earn certifications.Since 2015, 40,000 graduates have gotten jobs at tech companies including Google, Apple, Amazon, and Microsoft.
icey1:
<input="forme">
It looks like you modified the existing input element.
It used to be
<input type="text" placeholder="cat photo URL">
icey1
January 27, 2021, 4:12pm
3
thank you but it still not working
icey1
January 27, 2021, 4:13pm
5
am new here so what deos that mean
ILM
January 27, 2021, 4:14pm
6
what have you changed?
what’s written in the editor now?
Please copy-paste your code. Screenshots are extremely difficult to work with.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).
icey1
January 27, 2021, 4:20pm
9
ohhh ok bdw thanl you guys it worked
It does look like you do not have the exact original input element. You need the exact original input element that matches character for character.