Home > Abakada: Back to Basics > Language References > HTML Element Attributes > TYPE Attribute
Retrieves the CSS language in which the stylesheet is written.
Inline |
<STYLE TYPE = sType ... > |
Script |
[ sType = ] object.type |
sType |
String specifying the CSS language of the stylesheet. |
The property is read-only with no default value.
The property can be any string, including an empty string. Valid stylesheets for Microsoft® Internet Explorer® are set to "text/css".
STYLE