Links can be either absolute or relative in HTML .Can some one explain further | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 3

Links can be either absolute or relative in HTML .Can some one explain further

28th May 2017, 1:58 PM
Vansh Wadhwa
Vansh Wadhwa - avatar
1 Respuesta
+ 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..
28th May 2017, 2:08 PM
Valen.H. ~
Valen.H. ~ - avatar