案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
3
<body>
4
5
<form>
6
用户:
7
<input type="text" name="user">
8
<br />
9
密码:
10
<input type="password" name="password">
11
</form>
12
<p>
13
请注意,当您在密码域中键入字符时,浏览器将使用项目符号来代替这些字符。
14
</p>
15
</body>
16
</html>
17