码迷,mamicode.com
首页 > Web开发 > 详细

css加载方式

时间:2014-11-18 23:37:01      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   sp   文件   div   log   bs   ad   

1. 行内

<input style="" />  

2. 内嵌

<head>
  <style>
    ... ...
  </style>
</head>

3. 连接导入

<head>
  <link href="a.css" type="text/css"/>
</head>



<style>
@import"a.css"; //可能在页面加载完才渲染样式,此方式可在公共外链文件里导入若干css文件,而只需导入公共文件一个文件即可
</style>

 

css加载方式

标签:style   blog   color   sp   文件   div   log   bs   ad   

原文地址:http://www.cnblogs.com/thingk/p/4106512.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!