Feb 25, 20143 minCSS SelectorsID Usage: An element has an associated ID. Syntax: #id Example: HTML: <ul id="listOfItems" > .... </ul> Selector: #listOfItems Class...
Feb 25, 20141 minXPATH selectorsSelect a node by its name: nodename. Example: if the node is an h3 element, the selector is: h3. Select all the nodes that have a certain...