xhtml

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

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

</head>

posted @ 2014-06-08 20:03  小石头的梦想  阅读(75)  评论(0编辑  收藏  举报