用于input的字符提示
- 作者: 硕大的菊花向阳开
- 来源: 51数据库
- 2022-09-21
一:
<input type="text" name="textfield" value="这里是提示内容" onclick="if(value==defaultValue){value='';this.style.color='#000'}" onBlur="if(!value){value=defaultValue;this.style.color='#999'}" />
二:
<input class="text" type="email" name="email" spellcheck="false" placeholder="邮 箱" autofocus >
<input class="text" type="password" name="password" placeholder="密 码" >
<input class="button" type="submit" value="登 录" >
推荐阅读
