首页 > 其他 > 详细

Form标签

时间:2018-12-28 12:56:24      阅读:133      评论:0      收藏:0      [点我收藏+]
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>标签的使用</title>
  </head>
  <html>
<form action="#" name="forml" method="post">
  用户名:<input type="text" name="username"/>
  <br><br>
  密 码:<input type="password" name="password"/>
    <br><br>
  性 别:
  男<input type="radio" name="sex" value="男">
  女<input type="radio" name="sex" value="女">
  <br><br>
  邮 箱:<input type="email"/>
  <br><br>
  生 日:<input type="date"/>
  <br><br>
  手机号码:<input type="tel" name="tel" pattern="[1]{1}{358}{1}[0-9]{9}"/>
  <br><br>
  <input type="submit" name="submit" value="提交">
</form>
</body>
</html>


摘自:https://www.cnblogs.com/orange123/p/9657884.html

Form标签

原文:https://www.cnblogs.com/spike-rain/p/10189786.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!