type
Property of css/cssom/stylecss/cssom/style
Syntax
var result = element.type;
element.type = value;
Notes
Remarks
The property can be any string, including an empty string. Valid style sheets for Microsoft Internet Explorer 4.0 and greater are set to "text/css". The property can be any string, including an empty string. Valid style sheets are set to "text/css".
Syntax
See also
Related articles
CSSOM
type
Related pages
- stylestyle
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]