+ 1
What do absolute path and relative path mean?
Can any one explain it for me? Thanks so much
1 Antwort
+ 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">