赞
踩
例
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
p{
color: blue;
}
.green{
color: green;
}
.red{
color: #FF0000;
}
#darkgold{
color: darkgoldenrod;
font-size: 36px;
}
span{
color: pink ;
}
</style>
</head>
<body>
<p>段落1</p>
<p class="green">段落2</p>
<p class="red" >段落3</p>
<h1>标题
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。