DEMO

CODE
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<!-- 1、表单是什么?手机用户数据工具
2、有啥用? 登录框 注册 搜索
3、如何去使用表单?
<form>
表单项:input select label textarea
</form>
-->
<form action="" method="post">
用户名:<input type="text" /> </br>
密码:<input type="password" /></br>
<input type="button" value="登录" />
</form>
</body>
</html>
最后修改:2019 年 11 月 02 日
© 允许规范转载
赞赏作者
- 支付宝
- 微信


如果觉得我的文章对你有用,请随意赞赏




















