Css基础-派生选择器

如果要修改li strong 里面文字的颜色可以这样写样式

派生选择器:

 li strong {

color:red;

}

效果:

Css基础-派生选择器

相关文章: