当前位置:网站首页>link 和@improt的区别
link 和@improt的区别
2022-08-05 05:24:00 【MoXinXueWEB】
link 和@import 的区别
1、适用范围不同
@import: 可以在网页页面中使用,也可以在 CSS 文件中使用,用来将多 个 CSS 文件引入到一个 CSS 文件中;
link: 只能将 CSS 文件引入到网页页面中 。
2、功能范围不同
**@import:**是 CSS 提供的一种方式,就只能加载 CSS ;
link: 属于 XHTML 标签,link 标签除 了可以加载 CSS 外,还可以定义 RSS,定义 rel 连接属性等。
3、加载顺序不同
当一个页面被加载的时候,
@import: 引用的 CSS 会等到页面全部被下载完再被加载。所以有时候浏览@import 加载 CSS 的页 面时开始会没有样式(就是闪烁),网速慢的时候还挺明显 ;
link: 引用的 CSS 会同时被加载。
4、兼容性
**@import :**是 css2.1 提出的,所以老的浏览器不支持,@import 只有在 IE5 以上的才能识别;
link: 标签无此问题 。
5、控制样式时的差别
link: 方式可以让用户切换 CSS 样式.现代浏览器如 Firefox,Opera,Safari 都支持 rel=”alternate stylesheet”属性(即可在浏览器上选择不同 的风格), 当然你还可以使用 Javascript 使得 IE 也支持用户更换样式
6、权重区别
link 引入的样式权重大于@import 引入
边栏推荐
- 【Day8】RAID Disk Array
- 7 steps to complete cloud monitoring
- IP address and subnet division
- [问题已处理]-虚拟机报错contains a file system with errors check forced
- 正则表达式小实例--验证邮箱地址
- Mongodb query analyzer parsing
- 入职前,没想到他们玩的这么花
- Configuration of TensorFlow ObjecDetectionAPI under Anaconda3 of win10 system
- 带你深入了解Cookie
- Unity realizes first-person roaming (nanny-level tutorial)
猜你喜欢
Account and Permission Management
spark source code-RPC communication mechanism
VLAN details and experiments
增长:IT运维发展趋势报告
Mongodb查询分析器解析
selenium模块的操作之拉钩
time complexity and space complexity
传输层协议(TCP3次握手)
King power volume LinkSLA, realize operations engineer is happy fishing
Transport layer protocol (TCP 3-way handshake)
随机推荐
Billions of IT operations in the market, the product by strength to speak
spark source code - task submission process - 5-CoarseGrainedExecutorBackend
js dynamically get screen width and height
What should I do if the SSL certificate prompts that it is expired or invalid?
Will intelligent operation and maintenance replace manual operation and maintenance?
正则表达式小示例--获取重复最多的字符及其数量
time complexity and space complexity
NIO works is analysed
静态路由
Xiaodu Xiaodu is here!
Quick question and quick answer - FAQ of Tencent Cloud Server
教您简单几步实现工业树莓派正确安装RS232转USB驱动
[Problem has been resolved]-Virtual machine error contains a file system with errors check forced
Browser Storage WebStorage
原生JS带你了解数组方法实现及使用
Tencent greetings function SCF - entry instructions
What?CDN cache acceleration only works for accelerating static content?
逻辑卷创建
Mongodb查询分析器解析
[问题已处理]-jenkins流水线checkout超时