<style type="text/css">
h1,h2,h3,h4,h5,p{
color:pueple;
font-size:20px;} 集体声明来一波
</style>
选择器的镶套
<style type="text/css">
p b{
color:marmoon;
}
</style.
又来?行内样式<span></span>可以配合标记选择器
class或者id
<span>来组合行内元素以便通过样式来格式化他们
h1,h2,h3,h4,h5,p{
color:pueple;
font-size:20px;} 集体声明来一波
</style>
选择器的镶套
<style type="text/css">
p b{
color:marmoon;
}
</style.
又来?行内样式<span></span>可以配合标记选择器
class或者id
<span>来组合行内元素以便通过样式来格式化他们