Top "Placeholder" questions

The HTML5 placeholder attribute specifies a short hint that describes the expected value of an input field (e.g. a sample value or a short description of the expected format).

HTML Input - already filled in text

I was wondering, is there a way to put text into an input field? What i've got now is a …

html input placeholder
fail to change placeholder color with Bootstrap 3

Two questions: I am trying to make the placeholder text white. But it doesn't work. I am using Bootstrap 3. JSFiddle …

css twitter-bootstrap-3 placeholder
Can you have multiline HTML5 placeholder text in a <textarea>?

I have ghost text in textfields that disappear when you focus on them using HTML5's placeholder attribute: <input …

html textarea forms placeholder
HTML5 image icon to input placeholder

I'd like to add an image icon to an input placeholder, like in this picture: Please note that this is …

css html cross-browser placeholder
Placeholder font-size bigger than 16px

I have read a couple of articles about styling the placeholder of an input field using ::-webkit-input-placeholder in HTML5. It …

css html placeholder
How to change placeholder color on focus?

How to change the color of placeholder when focus the input field? I use this css to set the default …

html css colors focus placeholder
java swing JTextField set PlaceHolder

I create a JTextField and now i want to set the placeholder on that JTextField i don't Know how to …

java swing jtextfield placeholder
text-align: right; only for placeholder?

how can active text-align: right; only for placeholder? <input type="text" name="airline_search" style="direction: ltr; border: none;" …

html css placeholder
Placeholder CSS not being applied in IE 11

I am getting some problem in applying placeholder css. I am trying to apply css (i.e. color:#898F9C;) …

internet-explorer placeholder internet-explorer-11 pseudo-class
text-align: center placeholder text in select

I have a drop down list which has placeholder text. In other browsers, I have been able to center this …

css html drop-down-menu placeholder