<p class="blue bg">这个代表什么意思?麻烦说清楚点。
<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/l...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>类别选择器</title>
<style type="text/css">
.red{font-size:25px;color:red;}
.blue{font-size:35px;color:blue;}
.bg{background-color:#d8d8d8;}
</style>
</head>
<body>
<p class="red">我是红色的文字,我是字号是25像素</p>
<p class="blue bg">我是蓝色的文字,我是字号是35像素</p>
<p>我是第三行文字,我不要背景</p>
</body>
</html> 展开
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>类别选择器</title>
<style type="text/css">
.red{font-size:25px;color:red;}
.blue{font-size:35px;color:blue;}
.bg{background-color:#d8d8d8;}
</style>
</head>
<body>
<p class="red">我是红色的文字,我是字号是25像素</p>
<p class="blue bg">我是蓝色的文字,我是字号是35像素</p>
<p>我是第三行文字,我不要背景</p>
</body>
</html> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询