Use app×
QUIZARD
QUIZARD
JEE MAIN 2026 Crash Course
NEET 2026 Crash Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
78 views
in Information Technology by (50.2k points)
closed by

What is Absolute URL ?

1 Answer

+1 vote
by (46.8k points)
selected by
 
Best answer

Absolute URL

An Absolute URL is independent or free from any relationship. It specifies the exact location of a file or directory on the internet. When you use an absolute URL, you target a particular file. Thus, each absolute URL is unique, which means that if two URLs are identical, they point to the same file. These URLs are always preferred as they help in web site maintenance. Moreover, it is easy to transfer a web site from one domain name to another, you need not to update each link on each page.

For example :

http://www.developers.com/images/hardware.gif

In above URL specifies an image file hardware.gif located in the images directory, under domain name www.developers.com.

If we want to include the image file hardware.gif stored in the images directory of www. developers.com domain on this page.

Using an Absolute URL in an tag is as follows :

<img src= http://www.developers.com/images/hardware.gif width=".." />

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...