Saved Bookmarks
| 1. |
What are the differences between Absolute URL and Relative URL? |
|
Answer» Absolute URL: 1. Absolute URL is the complete address of a document on the Internet. 2. Absolute URL contains all the information that are required to find the files on the . Internet. 3. If any of the four parts is missing then the browser would not able to link to the specific file. So, all the four parts is very important in absolute URL. Relative URL: 1. Relative URL is the partial address of a document on the Internet. 2. Relative URL contains only file name or file name with folder name. 3. We can use this type of URL when the file is on the same server related to original document. |
|