+ 1
Anybody can tell me how to attach another web in to image in web
2 Respostas
+ 1
If you are trying to link an image to another webpage, you would nest the <img> tag inside <a> tags, like this:
<a href=”_______.com">
<img src=”_____.jpg” alt=”Description of image” height=”150px” width=”150px”>
</a>
0
u did not understand my situation
i can add another website code in image
that is not in online