<meta http-equiv="Content-Style-Type" content="text/css">

Browser
  • IE
  • Cr
  • Sf
  • Fx
  • O
Type

This META element specifies the default style sheet language.

The META element is placed inside the HEAD element.


<meta http-equiv="Content-Style-Type" content="text/css">

Attribute Value Explanation
http-equiv=" " Content-Style-Type -
content=" " text/css specifies the CSS

Example


<html>
<head>
<meta http-equiv="Content-Style-Type" content="text/css">
<title>TAG index</title>
</head>
<body>



</body>
</html>