<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
p strong{color:red;} /*后代选择器*/
strong{color:blue;}
</style>
</head>
<body>
<p>普通<strong>段落</strong></p>
<strong>指定了,.special类的段落文本(红色)</strong>
</body>
</html>
相关文章
- 01-20CSS高级选择器以及使用案例——电影排行榜
- 01-20课时71.后代选择器(掌握)
- 01-20nth-child(n)后代选择器IE8不兼容问题
- 01-20子代选择器与后代选择器的区别
- 01-20DW首行缩进案例
- 01-20DW上划线下划线删除线案例
- 01-20DW后代选择器案例
- 01-20DW空白处理符案例
- 01-20nth-child(n)后代选择器IE8不兼容问题
- 01-20DW导入式案例