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選擇器