BaseScript
Written
Author
If JavaScript is the only type of "script" language you are using on the page, you can specify a BASE setting and not have to include the TYPE for each SCRIPT. This is commonly done when there are many areas of script within the page code.
The BASE setting is created using a META tag. These are other types of META tags that are discussed in the HTML section. As like other META tags, it is declared in the HEAD area of the page coding.
Before:
After:
Unless there are many scripts in the page coding, this does not cut down on too much typing. But, it does make it a bit easier and the option is there to use.