I need help whit this task

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:

It looks like you modified the existing input element.

It used to be

  <input type="text" placeholder="cat photo URL">
1 Like

thank you but it still not working

what’s your code now?

am new here so what deos that mean

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 (’).

1 Like

ohhh ok bdw thanl you guys it worked

1 Like

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.

1 Like

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