+ 1
how to add img link .....on html...???not workin the link on my projec...pzzz ..anybody say..how to solve this problem..âșâș
2 RĂ©ponses
+ 4
Simply nest <img> tag inside <a> tag
<a href="www.google.com">
<img src="img.jpg"></img>
</a>
https://www.sololearn.com/learn/HTML/1031/?ref=app
+ 1
https://www.sololearn.com/discuss/1325165/?ref=app
https://www.sololearn.com/discuss/2189597/?ref=app
//You must know which URL to use you must use the URL of the image by long pressing on the image and not the URL of the page which would give you an error.