Create a Form Element, exercise help

Tell us what’s happening:
I finished the exercise, run the test and it is right.

I just don’t see any difference or action in the web page. I don’t understand the purpose of the exercise if I don’t see it.

This time the help option has no video, which helped in the past.

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 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15.

Challenge: Create a Form Element

Link to the challenge:

Yup, it’s kind of a boring lesson that doesn’t seem to do something. It just checks that you know where to put the form action. If you enter data into the form and hit enter, it will “do” that action. It’s not very clear from the instructions and not very interesting. It will do more interesting things later.

1 Like

It will submit data to a server :smirk: :smirk:

1 Like