Blogger Information
Blog 6
fans 0
comment 0
visits 3452
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
9月30日作业
swx
Original
481 people have browsed it

1.写一个会员注册的完成表单(只需要html部分,只需要提交关键代码即可),重点在于掌握控件元素与常用属性上

  1. <div align="center">
  2. <h3 class="title">用户注册</h3>
  3. <form action="check.php" method="post" class="register">
  4. <label for="username">用户名:</label>
  5. <input type="text" id="username" name="username" autofocus/><br/>
  6. <label for="password">设置密码:</label>
  7. <input type="password" id="password" name="password"/><br/>
  8. <label for="password1">确认密码:</label>
  9. <input type="password" id="password1" name="password1"/><br/>
  10. <label for="iphone">验证手机:</label>
  11. <input type="text" id="iphone" name="iphone"/><br/>
  12. <label for="note">验证短信:</label>
  13. <input type="text" id="note" name="note"/>
  14. <button type="button">获取验证码</button>
  15. <br/>
  16. <button type="submit">立即注册</button>
  17. </form>
  18. </div>
Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:<br>不是这样写的, 它用在<p>标签中, 用来强制断行
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post