请问是否正确实现代码
<html> <head> <meta charset="utf-8"> <title>表单新属性placeholder</title> </head> <body> <form> 用户名:<input type="text" name="name" placeholder="请输入您的用户名"><br> 密码:<input type="password" name="password" placeholder="请输入您的密码"><br> 查询信息:<input type="search" name="password" placeholder="请输入您要搜索的内容"><br> <input type="submit"> </form> </body> </html>
0
收起
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星