what is the code of image links html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the code of image links html

heres the code <a ="http:// "> <img src="1.jpg" alt="" / < >

27th Nov 2016, 1:49 PM
areg
2 Answers
+ 1
did you want to link a image? if it yes, <a href="http://www.mylink.com"> <img src="image/my image.jpg" alt="image of toto"/> </a> hope it useful for you.
27th Nov 2016, 1:59 PM
Didier Lasme
Didier Lasme - avatar
0
<a href="linkhere"><img src"#"></a>
27th Nov 2016, 6:13 PM
Dhruv Saxena
Dhruv Saxena - avatar