Answers for "html add image to open link in new tab"

-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
-2

add link to image html open new window

<p>Check out <a href="https://www.freecodecamp.org/" target="_blank">freeCodeCamp</a>.</p>
Posted by: Guest on January-15-2021

Browse Popular Code Answers by Language