Need help with this activity

Tell us what’s happening:
I am being told to direct placeholder to cat url??

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

<input type="text" placeholder="this is placeholder text">
</main>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 13_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1.

Challenge: Add Placeholder Text to a Text Field

Link to the challenge:

Hey @Charlieb!

Delete this code

Change this text into “cat photo URL”

No it just said to put ‘cat photo URL’ string inside the placeholder ,so when looking at
text field you see that text. placeholder is for giving information about what user should
enter to text field.

are you saying to me?

No man . talking to charlieb

1 Like