60 likes | 99 Views
With HTML you can create your own Website. This tutorial teaches you everything about HTML. For full HTML course visit our website www.training-n-development.com
E N D
Learn HTML BasicsLesson No : 09 Publisher : Attitude Academy
HTML Uniform Resource Locators A URL is another word for a web address. A URL can be composed of words (www.training-n-development.com), or an Internet Protocol (IP) address (46.30.212.199). Most people enter the name when surfing, because names are easier to remember than numbers. Web browsers request pages from web servers by using a URL. When you click on a link in an HTML page, an underlying <a> tag points to an address on the web. A Uniform Resource Locator (URL) is used to address a document (or other data) on the web. A web address, like www.training-n-development.com follows these syntax rules: scheme://prefix.domain:port/path/filename
Common URL Schemes The table below lists some common schemes:
PRACTICAL IMPLEMENTATION