A. E[att="val"] B. E[att~="val"] C. E[att*="val"] D. E[att|="val"]
A. E:link B. E:visited C. E:hover D. E:active
A. E:first-child B. E:last-child C. E:only-child D. E:nth-child(n)