Retrieves a string that identifies which elements the corresponding rule applies to.
Syntax
HTML N/A Scripting [ sSelectorText = ] rule.selectorText
Possible Values
sSelectorText String that specifies the element. The property is read-only.
Remarks
A selector can be either a simple selector (such as 'H1'), or a contextual selector (such as 'H1 B') that consists of several simple selectors.
Applies To
rule
See Also