I did not understand this level and I do not know how to pass it, can you help me?

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://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" 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>
<input type="text" placeholder="cat photo URL">
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36

Challenge: Create a Form Element

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.


You haven’t entered any code. We don’t know what you’re having an issue with.
You can use the sample code in the lesson to help you.

  1. Create an open and closing form element around the input that is in the code section.
  2. create an action attribute inside the form tag.
  3. Copy the link and paste it in the action attribute " here you should paste it". Remember that the input is already there so you should only create the form and the attribute inside the form. I recommend reading the questions properly and paying attention to the comas and all the details. Also, download your solutions and study the code. Don’t complete a class just to go ahead.

example:<form action=""><input></input></form>

You just need crate an form around exsisting input filed and add form action =“provided URl” that all you need to do in this chalenge


I have a problem with this challenge, I don’t understand it, and I want to help the other. The problem is that I don’t know English, so I translate the questions, sometimes the translation is wrong

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