标签: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>
标签:style blog color sp 文件 div log bs ad
原文地址:http://www.cnblogs.com/thingk/p/4106512.html