Anybody can tell me how to attach another web in to image in web | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Anybody can tell me how to attach another web in to image in web

28th Jan 2019, 4:38 PM
Kirankoneri
Kirankoneri - avatar
2 Answers
+ 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>
28th Jan 2019, 11:16 PM
Miranda L Murphy
Miranda L Murphy - avatar
0
u did not understand my situation i can add another website code in image that is not in online
29th Jan 2019, 1:38 PM
Kirankoneri
Kirankoneri - avatar