DOM API Reference
  1. Home
  2. Dom
  3. Pages
  4. StyleSheet.type

StyleSheet.type

Summary

type specifies the style sheet language for this style sheet.

Syntax

JavaScript
Copy Code
string = stylesheet.type 

Example

JavaScript
Copy Code
ss.type = "text/css";

Specification

type

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/stylesheet/type

API CSSOM Property Reference Référence

© 2021 CodeProject Correction? Terms of Service Privacy Contact Us About