摘要:<!doctype html><html><head> <meta charset="utf-8"> <title>我的登录框</title> </head> <body> <form action="demo.php" met
<!doctype html>
<html>
<head> <meta charset="utf-8"> <title>我的登录框</title> </head> <body> <form action="demo.php" method="get"> <input name="user" type="text"><br> <input name="password" type="password"><br> <button>登录</button> </form> </body>
</html>
批改老师:韦小宝批改时间:2019-02-01 09:37:10
老师总结:写的很不错 这些标签都是很重要的 表单在任何网站中都会使用到 一定要好好掌握 没事多练习练习