HTMLStyleElement:The style Element

The style element is represented in the DOM by the HTMLStyleElement object. The HTMLStyleElement object defines the additional properties shown in the following table.

NameDescriptionReturns
disabledCorresponds to the disabled attributeboolean
mediaCorresponds to the media attributestring
typedCorresponds to the typed attributestring
scopedCorresponds to the scoped attributeboolean
Home 
  JavaScript Book 
    DOM