CSS的作用:最后一个选择器
使用CSS:last-child选择器设置每个<p>元素的样式,这些元素是其父元素的最后一个子元素。您可以尝试运行以下代码来实现:last-child选择器
<!DOCTYPE html>
<html>
<head>
<style>
p:last-child {
background: orange;
}
</style>
</head>
<body>
<p>This is demo text1.</p>
<p>This is demo text2.</p>
<p>This is demo text3.</p>
</body>
</html>热门推荐
10 宝宝祝福语诗意简短 古文
11 英文写结婚祝福语简短
12 周末愉快祝福语高级简短
13 送给情侣贺卡祝福语简短
14 高考祝福语 简短12字
15 姨父生日祝福语简短精辟
16 新年祝福语简短句子
17 老师新婚快乐祝福语简短
18 宝宝生病简短祝福语大全