下面就通过代码实例介绍一下如何实现此功能。
代码如下:
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
|
<!DOCTYPE html> < html >
< head >
< meta charset = " utf-8" >
< title >蚂蚁部落</ title >
< style >
input { width:180px;
height:25px;
} </ style >
</ head >
< body >
< input type = "password" placeholder = "请输入密码" />
</ body >
</ html >
|
原文发布时间为:2017-2-28
本文作者:admin
本文来自云栖社区合作伙伴“蚂蚁部落”,了解相关信息可以关注蚂蚁部落
原文链接:密码框输入提示效果代码实例