StyleSheet: type property

The type property of the StyleSheet interface specifies the style sheet language for the given style sheet.

Value

A string.

Examples

js
myStyleSheet.type = "text/css";

Specifications