Answers for "html open new tab on image click"

-1

open image in new tab html

<a href="IMAGE_URL" target="_blank">
  <img alt='img_path' class='img-40 rounded-circle' src='IMAGE_URL' />
</a>
Posted by: Guest on May-29-2021

Browse Popular Code Answers by Language