CSS的作用:仅类型选择器
使用CSS:only-of-type选择器设置每个<p>元素的样式,这些元素是其父元素的唯一<p>元素。
示例
您可以尝试运行以下代码来实现:only-of-type选择器
<!DOCTYPE html>
<html>
<head>
<style>
p:only-of-type {
background: orange;
color: white;
}
</style>
</head>
<body>
<div>
<p>This is demo text 1.</p>
</div>
<div>
<p>This is demo text 2.</p>
<p>This is demo text 3.</p>
<p>This is demo text 4.</p>
</div>
</body>
</html>热门推荐
10 祝福语女友文案简短霸气
11 水晶婚夫妻祝福语简短
12 住学长学姐祝福语简短
13 妈妈生日贺卡祝福语 简短
14 结婚婚庆祝福语简短
15 新年恋人祝福语简短创意
16 写字生日祝福语简短独特
17 关于扬州的祝福语简短
18 开业祝福语简短大气的