What do absolute path and relative path mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What do absolute path and relative path mean?

Can any one explain it for me? Thanks so much

26th Sep 2017, 7:35 AM
C.R.Devila
C.R.Devila - avatar
1 Answer
+ 4
Absolute path is the full URL to an internet file for example:- <img src="https://www.pexels.com/photo/abandoned-forest-industry-nature-34950/> Relative path points to a file images folder located in the current folder for example <img src="images/picture.jpg" alt="abc">
26th Sep 2017, 12:12 PM
Shubham Bauskar
Shubham Bauskar - avatar