在html页面上声明如下所示的样式,其中( )样式为类样式.
<style type="text/css">
p {
font-family:"宋体";
color:blue;
}
.important{
font-family:"隶书";
color:red;
}
</style>
important
p
important和p都是
important和p都不是
在html页面上声明如下所示的样式,其中( )样式为类样式.
<style type="text/css">
p {
font-family:"宋体";
color:blue;
}
.important{
font-family:"隶书";
color:red;
}
</style>
important
p
important和p都是
important和p都不是