HTML Tutorial
Menu
HTML Forms
Menu
HTML Graphics
Menu
HTML Media
Menu
HTML API
Menu
HTML Uniform Resource Locators
A URL is also called a web address.
A URL is comprised of words (e.g. tutorialtest.com), or an Internet Protocol (IP) address (e.g. 192.68.20.50).
URL – Uniform Resource Locator
Using the URL, web browsers request pages from web servers.
A Uniform Resource Locator (URL) specifies the address of a document (or other data) on the web.
A web address like https://www.webhostguru.com/html/default.asp follows these syntax rules:
scheme://prefix.domain:port/path/filename
Explanation:
- scheme – defines the type of Internet service.
- prefix – specifies a domain prefix.
- domain – specifies the Internet domain name.
- port – specifies the port number at the host.
- path – specifies a path at the server.
- filename – specifies the name of a document or resource.