Script - HTML Tutorial with Example
The HTML SCRIPT Element places a script within in the HEAD element (that which starting with <head> tag and ending with </head> tag) or BODY element (that which starting with <body> tag and ending with </body> tag) in an HTML document. Using SCRIPT Element, you can create dynamic web pages; SCRIPT Element is supported in all major browsers. It is used to define a client-side script, such as a JavaScript or VBScript. SCRIPT element makes the page more interactive.