Contains or defines a script such as JavaScript. Type is the only required attribute for this tag, it defines the type of script. The actual scripts can be placed within the script tags or the scr attribute can be used to execute a script in an external file. This tag can be used in both the head or body element.
<script attributes> ... </script>
<script type=”text/javascript” scr=”myscripts.js”></script>