Sunday, December 16, 2018

URL

<h1>WHAT IS URL?</h1>
sk.

  • URL stands for uniform resource locator.
  • It is formatted text string.
  • It is used in web browser, email clients or any software.
  • It is used for find network resource.
  • Network resource is any file.
  • Any url in 3 parts protocol designation, host name or address, and file or resource location.
  • They are two types:-absolute and relative url.

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...