Advanced Java and Web Technologies for JNTUK
Blog providing beginner tutorials on different web technologies like HTML, CSS, Javascript, PHP, MYSQL, XML, Java Beans, Servlets, JSP and AJAX
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.
AJWT » HTML » Uniform Resource Locator
Suryateja Pericherla Categories: HTML. No Comments on Uniform Resource Locator
0
(0)

The resources provided by the web servers are identified through Uniform Resource Locators (URLs). The format of an URL is shown below:

url-structure

Above URL is an example for identifying resources through HTTP protocol which is generally used to request and send XHTML (eXtensible HTML) pages. The default port for HTTP is 80. If the web server uses any other port, it should be appended at the end of the domain name.

 

Like http, we have file scheme which denotes that the resource is available on the local host or system. If we want to access a file on the local host it is sufficient to write file:///path_to_file.

 

URLs are of two types. First one is absolute URL, where the entire path including the domain name is specified. Second one is relative URL, where the domain name is skipped and the rest of the path is specified. For example, the domain name is www.xyz.com and the document root contains the folder images. The images folder contains a file named sun.jpg.

 


Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests.


Considering that the image file (sun.jpg) is being referenced from another file in the document root, the absolute URL for sun.jpg will be http://www.xyz.com/images/sun.jpg and the relative URL will be images/sun.jpg.

How useful was this post?

Click on a star to rate it!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Note: Do you have a question on this article or have a suggestion to make this article better? You can ask or suggest us by filling in the below form. After commenting, your comment will be held for moderation and will be published in 24-48 hrs.

Leave a Reply

Your email address will not be published. Required fields are marked *

Facebook
Twitter
Pinterest
Youtube
Instagram