Script

<SCRIPT> </SCRIPT>

The SCRIPT tag is included to ensure upward compatibility. Newer versions of HTML will include support for inline scripts, which should be contained inside of this tag.

Not all browsers support scripts. Since not all browsers will hide the tag's contents, you may want to enclose it in comments. Note that if your script uses the ">" or "--" symbols, some browsers may end the comment accidentally.