Blogger Information
Blog 70
fans 1
comment 0
visits 52982
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1210作业_小后台|css优先级|元素样式4来源
葡萄枝子
Original
686 people have browsed it

iframe 小后台 | 理解css优先级 | 图示元素样式4个来源

1. iframe 小后台

  1. <header>
  2. <h1>Iframe 小后台</h1>
  3. </header>
  4. <div class="container">
  5. <aside>
  6. <p>Welcome</p>
  7. <p><a href="https://www.php.cn/blog/detail/25071.html" title="1208作业" target="content">1208作业</a></p>
  8. <p><a href="https://www.php.cn/blog/detail/25123.html" title="1209作业" target="content">1209作业</a></p>
  9. </aside>
  10. <main><iframe srcdoc="<p><em>Welcome!</em></p>" name="content" width="500" height="300"></iframe></main>
  11. </div>
  12. <footer>
  13. <p>&copy; 2020</p>
  14. </footer>

2. 理解css优先级

ID选择器 > 类选择器 > 属性选择器 > 标签选择器
!important 强制提升css优先级

理解:
标签: html标签 -> 学生名字
属性: 标签的特征 -> 学生特征(一批或唯一特征)
类: 一批特征 -> 学生性别
ID: 唯一特征 -> 学生学号

3. 图示元素样式4个来源

中间图,优先级|样式四个来源
优先级按低到高依次是:继承 < 浏览器(用户代理) < 用户自定义(<style>css</style>) < 行内(仅当前元素 style="css"

图示元素样式4个来源

Correcting teacher:天蓬老师天蓬老师

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