href property
Sets or retrieves the URL of the linked style sheet.
Syntax
| JavaScript | |
|---|
Property values
Type: String
the URL.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
The property returns the URL if the style sheet is a link. If the style sheet is a style, the property returns null.
See also
Show: