Change Font Size: Previous / Next / Directory List
18.1. HTML script labels
Script label - used in the document script
- Paired script is the label to
<script>began to</ script>end - Attribute
-
Src- designated to load the script file (for example: js) address URI -
Type- the designated media types (for example:type = "text / javascript")
-
- Trackback Address: http://www.nt22.com/xhtml-html/tag_script/
Example
<head> <scriptType="nt22.js" "text/javascript"src=> </ script> </ head>
