+ 1
how can I use <img>tag in <a>tag? HTML
I don't know how to use image files in <a>tags instead of words
2 Respostas
+ 12
<a href = "link_goes_here"> <img src = "picture.jpg" alt = ""> </a>
+ 3
Thanks
I don't know how to use image files in <a>tags instead of words