I can't understand a form challenge

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="cat    photo URL">
</form>
</main>




Your browser information:

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

Challenge: Create a Form Element

Link to the challenge:

1 Like

The existing input element should be nested within a form element this one I don’t understand

1 Like

you made space in the input

"cat    photo URL"

It should be

"cat photo URL"

then it will work. The form you did right.

The URL which you have assigned to action attribute collets the data of input element that’s why it should be nested in form element

2 Likes

I don’t understand the indoor and outdoor challenge

1 Like

You can tap “GET HELP” when you get stuck,

1 Like

I do that but i only do that’s way but i get wrong

1 Like

I takes time sometimes to figure out new stuff, but it gets easier as more you learn when they get stuck in your brain.

2 Likes

In radio challenge we don’t have the video

1 Like