Answers for "how to change the color of placeholder in html form"

CSS
2

change placeholder color

textarea::placeholder{
	color: red;
}
Posted by: Guest on September-06-2021

Code answers related to "how to change the color of placeholder in html form"

Browse Popular Code Answers by Language