老师请检查代码是否正确?
来源:3-16 编程练习
慕用1366767
2020-02-20 11:11:27
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>表单新属性placeholder</title>
</head>
<body>
<!-- 此处写代码 -->
<form>
用户名:<input type="text" name="username" placeholder="请输入用户名">
<br>
密码:<input type="password" name="paw" placeholder="请输入您的密码">
<br>
查询信息:<input type="search" name="search" placeholder="请输入您要搜索的内容">
<br>
<input type="submit" value="提交">
</form>
</body>
</html>
1回答
好帮手慕慕子
2020-02-20
同学你好,代码是正确的,继续加油。祝学习愉快~
相似问题