(1) Type Attribute (not the language attribute)
Put the type attribute in the opening script tag.
Use the type attribute, like this:
<script type="text/javascript"> </script>
Or like this:
<script type="text/javascript" src="whatever.js"> </script>
Put the type attribute in the opening script tag.
<script type="text/javascript"> </script>
<script type="text/javascript" src="whatever.js"> </script>