Blogger Information
Blog 27
fans 1
comment 2
visits 90416
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Html 用户注册-简易框架0705
          
Original
769 people have browsed it

1 . 用户注册

  1. <form action="yanzheng.php" method="post">
  2. //用户名
  3. <div>
  4. <h1>用户注册</h1>
  5. <label for="username">姓名:
  6. <input type="text" id="username" name="name" placeholder="用户名5个字符"></label>
  7. //密码区
  8. <br><label for="pwd">密码:
  9. <input type="password" id="pwd" name="password" placeholder="请输入密码:"></label>
  10. //提交
  11. <br/><br/><input type="submit" value="提交">
  12. </div>
  13. </form>

——运行结果

用户注册

2 .简易网站后台框架

  1. <!-- 网站头部-->
  2. <header>
  3. <h2>网站后台中心</h2>
  4. </header>
  5. <div style="float: right">
  6. <a href="javascript:void(0)">个人资料</a>
  7. <a href="javascript:void(0)">退出</a>
  8. </div>
  9. <!-- 左侧选择栏目-->
  10. <div style="float: left;list-style: none;padding-top: 10px">
  11. <li><a href="http://www.baidu.com" target="baidu">百度</a></li>
  12. <li><a href="https://www.sogou.com/" target="sougou">搜狗</a></li>
  13. <li><a href="https://www.php.cn" target="php">PHP中文网</a></li>
  14. </div>
  15. <iframe
  16. srcdoc="<p style='text-align: center'>请从上面选择<span>"
  17. width="500px"
  18. height="500px "
  19. name="php">
  20. </iframe>

——运行结果

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!