About placing; placeholder

Tell us what’s happening:

I can’t about cross placeholder

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>
<input type="text" placeholder=cat photo URL>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15.

Challenge: Add Placeholder Text to a Text Field

Link to the challenge:

Hello @alber: :smiley:

You’re missing a quotation marks into placeholder…

And where to place that quotation marks into plz

placeholder=cat photo URL

You should place the quotation mark around cat photo URL…like this:
placeholder=“cat photo URL”