码迷,mamicode.com
首页 > 其他好文 > 详细

FORM标签

时间:2018-12-30 19:01:18      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:nbsp   email   name   title   www.   http   char   号码   手机   

<!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标签

标签:nbsp   email   name   title   www.   http   char   号码   手机   

原文地址:https://www.cnblogs.com/eunji/p/10199865.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!