This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

Related pages

Attributions