单项选择题
A.box{} B.a:hover{} C.#box{} D..box{}
A.h1{color:red;width:100px;height:110px;} B..h1{color:red;width:100px;height:110px;} C.#h1{color:red;width:100px;height:110px;} D.!h1{color:red;width:100px;height:110px;}
A.包含选择器 B.通配符选择器 C.class选择器 D.ID选择器