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

3 css嵌入式写法

时间:2017-07-01 23:19:33      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:log   blog   char   oct   嵌入   pre   嵌入式   title   doctype   

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>css样式介绍</title>
<style type="text/css">
span{
    color:red;
    font-size:24px;
    }
</style>
</head>
<body>
<p>
一个人失败的最大<span>原因,</span>是对自己的能力缺乏充分的信心,甚至以为自己必将失败无疑。
</p>
</body>
</html>  

 

3 css嵌入式写法

标签:log   blog   char   oct   嵌入   pre   嵌入式   title   doctype   

原文地址:http://www.cnblogs.com/Riona-C/p/7103646.html

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