Name

type — NN n/a IE 4 DOM n/a

Synopsis

Read/Write

An advisory MIME type declaration about the data being loaded from an external source. For example, an external style sheet would be text/css. This information is usually set in the element tag’s TYPE attribute.

Example

if (document.all.myStyle.type ==  "text/css") {
    ...
}

Value

String.

Default

None.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.