href
Property of css/cssom/propertiescss/cssom/properties
Syntax
var result = element.href;
element.href = value;
Notes
Remarks
The property returns the URL if the style sheet is a link. If the style sheet is a style, the property returns null
.
Syntax
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
See also
Related articles
CSSOM
href
Related pages
- styleSheetstyleSheet
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]