Chrome supports the placeholder attribute on input[type=text] elements (others probably do too).
input[type=text]
But the following CSS doesn\'t do anything
CSS
A part of HTML:
I gonna show how to change color of expression of 'Enter sentence' by CSS:
::placeholder{ color:blue; }