Feb 25, 20143 minCSS SelectorsID Usage: An element has an associated ID. Syntax: #id Example: HTML: <ul id="listOfItems" > .... </ul> Selector: #listOfItems Class...