0
If you click on an image, another tab will be opened. What is the command?
2 Answers
+ 1
Just add the target="_blank" attribute to your surrounding anchor tag.
<a target="_blank" href="www.google.com"><img src="img.jpg"></a>
+ 1
thanks for your answer