<input type="text" placeholder="請輸入電話號碼" />web
input::-webkit-input-placeholder {
color:#F00 ; /*WebKit browsers*/
}
input::-moz-placeholder {
color: #F00 ; /*Mozilla Firefox 4 to 18 */
}
input::-moz-placeholder {
color: #F00 ; /*Mozilla Firefox 19+ */
}
input::-ms-input-placeholder {
color: #F00 ; /*Internet Explorer 10+*/
}input