Use the script tag to define a block of script. The most common
use of this is to define client-side Javascript or VBScript. For
client-side scripting, it is recommended that you put this element
inside the HEAD section of your document.
On IIS server for windows, this tag can be used to create server-side
ASP code by using the RUNAT="server" attribute.
The closing tag for this element is required.