StyleSheet.href (Property)

The HREF location of a style sheet for download from a server.

Availability:

DOM level - 2
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:-myStyleSheet.href

The path to a document on the server where a style sheet can be loaded from. This will likely correspond to an HREF="..." or SRC="..." HTML tag attribute in a <LINK> HTML tag.

Property attributes:

ReadOnly.