A script with the type attribute specified:
![]()
The type attribute is supported in all major browsers.
The type attribute specifies the MIME type of a script.
The type attribute identifies the content between the <script> and </script> tags.
The MIME type consists of two parts: one media type and one subtype. For JavaScript, the MIME type is "text/javascript".
In HTML5, the type attribute is no longer required. The default value is "text/javascript".
| Value | Description |
|---|---|
| MIME_type | Specifies the MIME type of the script. Some common values:
Look at IANA MIME types for a complete list of standard MIME types. |
HTML <script> tag
Your message has been sent to W3Schools.