placeholder 属性
placeholder 属性规定用以描述输入字段预期值的提示(样本值或有关格式的简短描述)。
该提示会在用户输入值之前显示在输入字段中。
使用方法:
1
<input type="text" name="name" placeholder="请输入您的姓名">
属手动!!!!!!<html>
<body>
<center>
user:<input type="text"><br/>
pass:<input type="password" name="pwd" id="pwd"><br/>
<input type="button" value="点击查看密码" onclick="alert('密码是:'+document.getElementById('pwd').value)">
</center>
</body>
</html>
已经修改过了,可局中可换行,测试一下吧!给分!!!