博主信息
博文 9
粉丝 0
评论 0
访问量 6317
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
form + iframe + css 优先级
恒儿哥哥
原创
575人浏览过
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>hello word</title>
  8. </head>
  9. <style>
  10. ul li{
  11. list-style:none
  12. }
  13. </style>
  14. <body>
  15. <form action="" method="">
  16. <div>
  17. <label for="email">邮 箱:</label>
  18. <input type="email" name="email" placeholder="请输入邮箱"/>
  19. </div>
  20. <div>
  21. <label for="password">密 码:</label>
  22. <input type="password" name="password" placeholder="请输入密码"/>
  23. </div>
  24. <p style="line-height: 100px;"></p>
  25. <button type="submit" >登 录</button>
  26. </form>
  27. <p style="line-height: 200px;"></p>
  28. <header><h1>网 站 管 理 后 台</h1></header>
  29. <div >
  30. <ul style="float: left;">
  31. <li><a href="https://www.baidu.com/" target="content">不懂就问</a></li>
  32. <li><a href="https://blog.houyue52.cn" target="content">博客</a></li>
  33. <li><a href="https://tu.houyue52.cn" target="content">床图</a></li>
  34. </ul>
  35. <ul><li> <iframe srcdoc="请右击左侧按钮" name="content"></iframe></li></ul>
  36. </div>
  37. <h1>CSS 优 先 级</h1>
  38. <ul>
  39. <li>class 选择器的优先级高于继承样式</li>
  40. <li>id选择器优先级高于 class 选择器</li>
  41. <li>内联样式的优先级高于 id 选择器</li>
  42. <li>important 的优先级最高</li>
  43. </ul>
  44. </body>
  45. </html>
批改老师: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+教程免费学