博主信息
博文 4
粉丝 0
评论 0
访问量 2913
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
html中的重点 (表单提交、的使用、CSS样式优先权)
画骨
原创
534人浏览过

1. 表单登录

  1. <div class="top-tt">
  2. <form action="/home.html" method="post">
  3. <label for="username" >用户名:</label>
  4. <input type="text" name="username" id="username" placeholder="请输主用户名">
  5. <label for="email" >Email:</label>
  6. <input type="text" name="email" id="email" placeholder="请输入邮箱">
  7. <label for="pw" >密 码:</label>
  8. <input type="text" name="pw" id="pw" placeholder="请输入8位以上密码">
  9. <input type="submit" value="登 录">
  10. </form>
  11. </div>

2. <iframe>表单使用

  1. <!-- 导航 -->
  2. <div class="nav">
  3. <div class="nav-1200">
  4. <a class="item" href="/" >首页</a>
  5. <a class="item" href="http://www.php.cn" target="content" >班花跳舞视频</a>
  6. <a class="item" href="https://www.ifeng.com/" target="content" >校花跳舞视频</a>
  7. </div>
  8. </div>
  9. <div class="index-box">
  10. <div class="box-iframe">
  11. <iframe class="" src="https://www.sina.com.cn" frameborder="2" name="content"></iframe>
  12. </div>
  13. </div>

3. CSS样式优先排序

  1. <style>
  2. .ddv{
  3. display: flex;
  4. justify-content: center;
  5. margin-top: 10px;
  6. }
  7. .hao{
  8. width: 100px;height:100px;background: rgb(219, 64, 180);
  9. }
  10. #haohao{width:100px;height: 100px;background-color: aqua;}
  11. </style>
  12. <div class="ddv">
  13. <div class="hao" >
  14. <p>1</p>
  15. </div>
  16. <div class="hao" id="haohao" >
  17. <p>2</p>
  18. </div>
  19. <div class="hao" id="haohao" style="width:100ox;height:100px;background:red;" >
  20. <p>3</p>
  21. </div>
批改老师:PHPzPHPz

批改状态:合格

老师批语:
本博文版权归博主所有,转载请注明地址!如有侵权、违法,请联系admin@php.cn举报处理!
全部评论 文明上网理性发言,请遵守新闻评论服务协议
0条评论
作者最新博文
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号

  • 登录PHP中文网,和优秀的人一起学习!
    全站2000+教程免费学