css串联选择器和后代选择器介绍及示例
来源:动视网
责编:小采
时间:2020-11-27 16:41:34
css串联选择器和后代选择器介绍及示例
css串联选择器和后代选择器介绍及示例:串联选择器:作用在同一个标签上 look at the color css: #qq.a{ …. } 后代选择器:作用在不同标签上 look at the color css: #qq .a{ } 注意#qq .a 之前有空格
导读css串联选择器和后代选择器介绍及示例:串联选择器:作用在同一个标签上 look at the color css: #qq.a{ …. } 后代选择器:作用在不同标签上 look at the color css: #qq .a{ } 注意#qq .a 之前有空格

串联选择器:作用在同一个标签上
look at the color
css: #qq.a{
….
}
后代选择器:作用在不同标签上
look at the color
css: #qq .a{
}
注意#qq .a 之前有空格
css串联选择器和后代选择器介绍及示例
css串联选择器和后代选择器介绍及示例:串联选择器:作用在同一个标签上 look at the color css: #qq.a{ …. } 后代选择器:作用在不同标签上 look at the color css: #qq .a{ } 注意#qq .a 之前有空格