id为box2选择器没有定义?也会继承标签选择器div?
不是继承,它本来就复合标签选择器。
div{ width:300px; height:300px; border:1px solid red; margin-bottom:30px; }
<div id="box2">box2</div>