HTML script label - used in JAVASCRIPT HTML - HTML tutorial, XHTML Guide

Change Font Size: / / 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> <script Type = "nt22.js" "text/javascript" src => </ script> </ head>