html5 输入框提示文字

  • Post author:
  • Post category:其他
<!DOCTYPE html>


<html lang=“en”>


<head>

    
<meta charset=“UTF-8”>

    
<title>html5 input输入框提示
</title>


</head>


<body>

    
<form>


<input type=“text” placeholder=“你的姓名…” name=“lname”>


<input type=“password” placeholder=“你的密码…” name=“pass”>


<input type=“submit” value=“提交”>


</form>


</body>


</html>

效果:












版权声明:本文为wang7396原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。