JavaScript StyleSheetList : Object
A list of StyleSheets. Returned from the
document.styleSheets
property.
Instance Indexers
Returns the StyleSheet at the specified index
. You can also use the item()
method to retrieve the item. The returned StyleSheet will generally
be a CSSStyleSheet.
Example:
RunResults:
Copyright © PUBLIC Contributors