A.li:first-child{color:red;} B.li:last-child(1){color:red;} C.li:nth-child(odd){color:red;} D.li:nth-last-child(5){color:red;}
A.width:15; B.width:60px; C.height:100%; D.height:100;
A.塊級元素 B.行內(nèi)元素 C.行內(nèi)塊級元素 D.表格元素