When attaching an external JavaScript file to a web page, you need to specify a URL for the src attribute of the <script> tag. A URL or Uniform Resource Locator is a path to a file—like another web page, a graphic, or a JavaScript file—located on the Web. There are three types of paths: absolute path rootrelative path document-relative path …
URL Types
