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

css代码插入三种方式

时间:2017-07-17 22:05:56      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:原则   插入   size   color   text   span   css   link   font   

1.内联式

<p style="color:red;font-size: 12px">iutt</p>

2.嵌入式

<style type="text/css">
span{
color: red;
}
</style>

3.外部式

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

优先级  就近原则   内联式>嵌入式>外部式

css代码插入三种方式

标签:原则   插入   size   color   text   span   css   link   font   

原文地址:http://www.cnblogs.com/binxyz/p/7197418.html

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