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

(6)css

时间:2017-06-25 11:10:31      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:style   margin   优先   strong   sheet   ack   logs   log   样式   

css

外部样式表

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

 

内部样式表

<head>
<style type="text/css">
body {background-color: red}
p {margin-left: 20px}
</style>
</head>

 

内联样式

<p style="color: red; margin-left: 20px">
This is a paragraph
</p>

 

CSS优先级:内嵌样式 > 内部样式表 > 外部样式表

 

 

 

(6)css

标签:style   margin   优先   strong   sheet   ack   logs   log   样式   

原文地址:http://www.cnblogs.com/buchizaodian/p/7076199.html

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