UPDATE: Solved it! Thanks!

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">
<form 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:

1 Like

You’re missing your input tag, it’s sort of mixed in with your form tag that you don’t need. Also, that placeholder attribute should be placed within your input tag. Double check that and see if you can get it.

1 Like

Hi @elisa.marconell !

Welcome to the forum!

I am glad you solved the challenge.

I updated your title to just say update solved so people won’t respond anymore.

In the future, if you solved the challenge and no one has responded you can delete the post.

If someone has responded, then you can reply to your own post saying you solved it and mark it as a solution.

Happy coding!

1 Like

Thank you! Appreciate it :slight_smile:

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