html5中常被忘记的标签,属性

1931 查看

placeholder

placeholder是input中的属性,就是默认输入的text,当用户输入时,text会被清空。

用法

<input type ="text" placeholder="hello,testor" />