Scripts - scripting languages are made available to process and perform other dynamic events through the SCRIPT tag.
| Tag | Attribute | Description |
|---|---|---|
| SCRIPT | The SCRIPT tag contains client-side scripts that are executed by the browser. You can also set the default scripting language in the META tag | |
| type="..." | Script language internet content type | |
| language="..." | The scripting language. For instance, "JavaScript1.3", "VBScript", "JavaScript". The TYPE attribute has taken this attribute's place | |
| src="..." | The URL for the external script | |
| NOSCRIPT | The NOSCRIPT tag provides alternative content for browsers unable to execute a script | |