type property
Retrieves the Cascading Style Sheets (CSS) language in which the style sheet is written.
Syntax
| JavaScript | |
|---|
Property values
Type: String
the CSS language of the style sheet.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
This property can be any string, including an empty string. Style sheets having any type other than "text/css" are not supported for Microsoft Internet Explorer 4.0.
This property can be any string, including an empty string.
See also
Show: