Blogger Information
Blog 14
fans 0
comment 0
visits 12131
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
iframe css 用法及理解 1210 作业
念旧
Original
676 people have browsed it

一 用iframe写一个简单的小后台

代码如下:

  1. <body>
  2. <div class="header">
  3. 后台管理
  4. </div>
  5. <div class="aside">
  6. <a href="./d1.html" target="content">简单标签</a>
  7. </div>
  8. <div class="main">
  9. <iframe srcdoc="内容" name="content"></iframe>
  10. </div>

二 css的优先级

从大到小排列
id>class>标签元素

三 实例图示演示元素样式的四个来源

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
Author's latest blog post