0 out of 3 rated this helpful - Rate this topic

type attribute | type property

Retrieves the Cascading Style Sheets (CSS) language in which the style sheet is written.

Syntax

HTML<element type="p" ... >
JavaScript

p = object.type

Property values

Type: String

the CSS language of the style sheet.

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".

See also

style

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.