+ 3
Links can be either absolute or relative in HTML .Can some one explain further
2 Answers
+ 14
<img src=/relative/img.png> <--- will fetch image from current server... (domain name is auto-placed in from on path)
<img src=http://www.sololearn.com/img.png> <--- will fetch from url..