0
what is the code of image links html
heres the code <a ="http:// "> <img src="1.jpg" alt="" / < >
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.
0
<a href="linkhere"><img src"#"></a>