This META element specifies the default scripting language.
The META element is placed inside the HEAD element.
<meta http-equiv="Content-Script-Type" content="text/javascript">
| Attribute | Value | Explanation |
|---|---|---|
| http-equiv=" " | Content-Script-Type | - |
| content=" " | text/javascript | specifies the JavaScript |
<html>
<head>
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title>TAG index</title>
</head>
<body>
</body>
</html>