Search code examples
hyperlinkhref

how to open <href> in another tab on clicking the link first


Need to refresh currently opened tab on each click on an image with out opening the image url again and again on new tabs.


Solution

  • Try out this

    Example

        <a href="LINK" target="new"><img src="image.jpg" alt="image" width="20px" height="35px"></a>