摘要: <!-- hidden 隐藏域 readonly 只读 disabled 禁用 --> <!-- placeholder="" 提示信息 required 非空判断 pattern 正则表达式 --> 阅读全文
posted @ 2023-03-09 10:27 小小的羊 阅读(12) 评论(0) 推荐(0)
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <style> </style> </head> <body> <!-- cols="50" rows="10" 文本域 --> <p>反馈: <text 阅读全文
posted @ 2023-03-09 10:17 小小的羊 阅读(67) 评论(0) 推荐(0)
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <style> </style> </head> <body> <h1>注册</h1> <form action="4-2-2.html" method= 阅读全文
posted @ 2023-03-09 09:31 小小的羊 阅读(19) 评论(0) 推荐(0)
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <style> </style> </head> <body> <!-- action 提交的位置 method :get/post 提交的方式 get: 阅读全文
posted @ 2023-03-09 09:01 小小的羊 阅读(15) 评论(0) 推荐(0)