Tell us what’s happening:
I am trying to set the placeholder value of my text input to “cat photo URL”.
and thats my code and still is not letting me proceed
<input type="text"placeholder=“https://bit.ly/fcc-relaxing-cat”>
Tell us what’s happening:
I am trying to set the placeholder value of my text input to “cat photo URL”.
and thats my code and still is not letting me proceed
<input type="text"placeholder=“https://bit.ly/fcc-relaxing-cat”>
Could we see some code? The correct syntax is placeholder='Your text here'
Thanks @TheGallery am still struglling i cant figure out where the problem is
this i what it looks like
<input type="text" placeholder="https://bit.ly/fcc-relaxing-cat">
The placeholder should literally read cat photo URL
. You’re not placing an actual URL there.
thanks @kevcomedia i put cat photo url
do you know the valid The finished input
element should have valid syntax.