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