1. | If desired, type element, where element is the selector for the element whose attributes are in question.
|
2. | Type [attribute, where attribute is the name of the attribute that an element must have to be selected.
|
3. | If desired, type ="value" if you want to specify the value that the attribute must have for its element to be selected.
Or, if desired, type ~="value", to specify a value that the attribute can contain (along with other content) for its element to be selected.
Or, if desired, type | (the pipe symbol) ="value" to specify that the attribute's value begin with value- (that is, what you typed followed by a hyphen) in order for its element to be selected. (This is most common when searching for elements in a particular language.)
|
4. | |