12 表单学习

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>学习表单</title>
</head>
<body>
<h1>学习表单</h1>
<form  action="表格标签.html" method="post">
  <p>账号:<input type="text" name="username"></p>
  <p>密码:<input type="password" name="pwd"></p>
  <p>
    <input type="submit">
    <input type="reset">
  </p>
</form>
</body>
</html>
posted @ 2023-09-17 12:31  被占用的小海海  阅读(2)  评论(0编辑  收藏  举报