Describe url with its structure
Answers
Answered by
1
A URL (Uniform Resource Locator), as the name suggests, provides a way to locate a resource on the web, the hypertext system that operates over the internet. The URL contains the name of the protocol to be used to access the resource and a resource name. The first part of a URL identifies what protocol to use. The second part identifies the IP address or domain name where the resource is located.First we will cover the Uniform Resource Locators (URL) system for those who are not familiar with the term url, give some quick pointers on url structure then further explain good practices when creating the url structure of your website or blog.
Uniform Resource Locators (URL)
A url is the location of your page on the web. It is shown in the address bar of the browser, in the search results and is used when someone links to your page within their website/blog, mentions your page on any of the social networking sites or bookmarks the page in their browser.
http://www.domainname.com/folder-name/web-page-file-name.htm
Uniform Resource Locators (URL)
A url is the location of your page on the web. It is shown in the address bar of the browser, in the search results and is used when someone links to your page within their website/blog, mentions your page on any of the social networking sites or bookmarks the page in their browser.
http://www.domainname.com/folder-name/web-page-file-name.htm
Similar questions