HyperText Markup Language/Tag List/script
UseEdit
This adds a script to a Web Page.
ExampleEdit
<script scr="Calculate.js" type="text/javascript" language="javascript">
Required attributesEdit
typeEdit
Identifies a language for a script.
Optional attributesEdit
srcEdit
Specifies the location of a script if it is external.
languageEdit
This tells the browser what language the script has been written in
Standard attributesEdit
More infoEdit
A link to a page with more info, then the name of the site the info came from (i.e. W3Schools).