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

注册表单

时间:2018-12-01 17:02:16      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:nbsp   input   cti   inpu   html   data   nload   enter   注册表   

</head>
<body>
 <div>
 <p style="text-align: center;"><img  src="C:\Users\甘\Downloads\da6caf4b32d5085ce69022b3632207fb.jpg" ></p>
 </div>
  
 <form action="" method="get" class="form-example">
  <div class="form-example" align="center">
   <label for="name" style="color: blue">请输入你的昵称</label>
   <input type="text" name="name" id="name" required="utf-8">
  </div>
  <div class="form-example" align="center">
   <label for="email" style="color:green">请输入你的邮箱</label>
   <input type="email" name="email" id="email" required="email">
  </div>
  <div class="form-example" align="center">
   <label for="password" style="color: red">请输入你的密码</label>
   <input type="password" name="password" id="password" required>
        <div class="form-example" align="center">
  </div>
      <label for="radio">男</label>
         <input type="radio" name="radio" id="radio"  required> 
         <label for="radio">女</label>
         <input type="radio" name="radio" id="radio"  required> 
        </div>
        <div class="form-example" align="center">
         <button  class="form-example" style="color: red"><big><b>注册</b></big></button>
        </div>
 </form>
</body>
</html>

注册表单

标签:nbsp   input   cti   inpu   html   data   nload   enter   注册表   

原文地址:https://www.cnblogs.com/6324nmsl/p/10049748.html

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