Whats is image link which is click on image & open sites | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Whats is image link which is click on image & open sites

1st May 2017, 4:55 AM
Dharmesh Shukla
Dharmesh Shukla - avatar
7 Respuestas
+ 11
<a><IMG></a>
1st May 2017, 5:51 AM
Prashanth Kumar
Prashanth Kumar - avatar
+ 9
if you want to get a link put the code above then search on google the pic you want ick on thr pic hold the pic until a bar pops up then click View Image then copy the URL Done!
1st May 2017, 5:21 AM
Krieg7
Krieg7 - avatar
+ 7
@Eldar Bakerman: - It's not the anti-slash ( '\' ) but the slash ( '/' ) wich is used in closing tag - the <a> element need to embed the <img> one, not the contrary, and <img> have no closing tag and no content allowed ^^ Correct code for an "image link": <a href="page.url"><img src="image.url" alt=""></a>
1st May 2017, 5:23 AM
visph
visph - avatar
+ 3
@anmol, that's the way, nice and clean :)
1st May 2017, 6:08 AM
Harm Zeinstra
Harm Zeinstra - avatar
+ 1
What? do <img src="imageURL"><a href="link"><\a><\img>
1st May 2017, 5:05 AM
Eldar Bakerman
+ 1
<a href="your link"><img src="image link"/></a>
1st May 2017, 5:27 AM
Anmol kumar
Anmol kumar - avatar
0
My bad, I am on phone.
1st May 2017, 5:24 AM
Eldar Bakerman