码迷,mamicode.com
首页 > 其他好文 > 详细

三种样式表插入方法

时间:2015-10-03 15:33:49      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:

外部样式表:

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

 

内部样式表:

<style type="text/css">
    P{
        color:green;
    }
</style>

 

内联样式表:

<p> style="color:red"></p>

 

三种样式表插入方法

标签:

原文地址:http://www.cnblogs.com/CandiceW/p/4853423.html

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