<form action="https://freecatphotoapp.com/submit-cat-photo"> <input type="text"placeholder="https://freecatphotoapp.com"> </form>

Tell us what’s happening:

  **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 type="text"placeholder="https://freecatphotoapp.com"> </form>

</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36.

Challenge: Create a Form Element

Link to the challenge:

Hi @ayman_ahamed !

Welcome to the forum!

This is not the input that was provided for you in the lesson.
Reset the lesson and use the correct input. You do not need to alter the input.

Hope that makes sense.

i can not know what is the error in this code

<form action="https://freecatphotoapp.com/submit-cat-photo"/> <input type="text"placeholder="https://freecatphotoapp.com"/> </form>

what is the problem in this code

You nested ok but you changed the input. If you reset the challenge and use the input that you were given as it is.

1 Like

When you reset the lesson you don’t see this as the input

You did the nesting part right but you keep changing the input which is wrong.

Hope that makes sense now.

I’ve edited your post for readability. 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 (’).

how can i reset the lesson

thank you now it,s working

1 Like

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