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

xhtml

时间:2014-06-09 13:58:23      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:c   style   code   a   ext   color   

当单个文件需要特别样式时,就可以使用内部样式表。可以在 head 部分通过 <style> 标签定义内部样式表。

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

</head>

xhtml,布布扣,bubuko.com

xhtml

标签:c   style   code   a   ext   color   

原文地址:http://www.cnblogs.com/sky8-/p/3776663.html

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