<meta http-equiv="Content-Script-Type" content="text/javascript">

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

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

Example


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



</body>
</html>