HTML5 - cambiar color de placeholder
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
#3
<input type=text placeholder="I am a placeholder">
Y luego por css modificas el color:
input::-webkit-input-placeholder { color: black; }