tryhtml5_input_placeholder_color 在线代码实例
<form action="/statics/demosource/demo-form.php">
<input type="text" name="fname" placeholder="First name"><br>
<input type="text" name="lname" placeholder="Last name"><br>
<input type="submit" value="提交">
</form><strong>注意:</strong> Internet Explorer 9及更早IE版本不支持input标签的 placeholder 属性。<p></p>