CSS之子代选择器

子代选择器

子代选择器只选中父级元素的亲一代,父子级之间用大于号“>”连接
示例代码:


<html>
	<head>
		<meta charset="utf-8">
		<title

你可能感兴趣的:(web,css3,html5)