摘要:<html><head> <title>HTML基础第七节课——form表单</title> <link rel="shortctut icon" type="image/x-icon" href="img/none.ico
<html>
<head>
<title>HTML基础第七节课——form表单</title>
<link rel="shortctut icon" type="image/x-icon" href="img/none.ico">
<link rel="stylesheet" type="text/css" href="css/index.css">
<style type="text/css">
input{width: 258px;height: 8px;margin-top: 20px;border: 1px solid:#ccc;padding: 20px;}
button{width: 300px;height: 50px;margin-top: 20px;background: #FF6700;border: none;color: #fff}
</style>
</head>
<body>
<!-- <form method="get/post" action="url地址"> -->
<from method="post" action="">
<input type="text" name="username" placeholder="请输入用户名"><br>
<input type="password" name="userpassword" placeholder="请输入密码"><br>
<button>登录</button>
</form>
</body>
</html>
批改老师:灭绝师太批改时间:2019-03-04 09:12:10
老师总结:前期的课程内容非常基础 , 要仔细掌握好 !