ASCII码 ASCII码

HTML标签与属性

发布于:2022-07-11 13:30:53  栏目:技术文档

用户注册

  1. <div class="text">
  2. <h2>用户注册表</h2>
  3. <form action="zc.php" method="post">
  4. <div>
  5. <label for="user">用户名:</label>
  6. <input type="text" id="user" name="username" placeholder="请输入您的用户名" autofocus>
  7. </div>
  8. <div>
  9. <label for="psw">密码:</label>
  10. <input type="password" id="pse" name="password" placeholder="请输入您的密码">
  11. </div>
  12. <div>
  13. <label for="iph">手机号:</label>
  14. <input type="text" id="iph" name="iphne" placeholder="请输入您的手机号码">
  15. </div>
  16. <div>
  17. <label for="eml">邮箱:</label>
  18. <input type="text" id="eml" name="email" placeholder="请输入您的邮箱">
  19. </div>
  20. <div>
  21. <label for="adr">联系地址:</label>
  22. <input type="text" id="adr" name="addre" placeholder="请输入您的地址">
  23. </div>
  24. </form>
  25. </div>

效果图

简单的后台首页

  1. <div class="text2">
  2. <ul>
  3. <li class="item1"><a href="http://www.baidu.com" target="content">百度</a></li>
  4. <li class="item2"><a href="http://www.taobao.com" target="content">淘宝</a></li>
  5. <li class="item3"><a href="www.jd.com" target="content">京东</a></li>
  6. <li class="item4"><a href="http://php.cn" target="content">PHP中文网</a></li>
  7. <li class="item5"><a href="www.sina.cn" target="content">新浪</a></li>
  8. </ul>
  9. <iframe name="content" frameborder="1" width="800" height="500">
  10. </iframe>
  11. </div>
相关推荐
阅读 +