How to open a link in a new tab using HTML?
Originally Published Here ๐!
To open a link in a new tab you can use the target attribute on an anchor tag and set its value to __blank.
For example, consider an anchor tag like this,
<a href="https://google.com">Google</a>
Currently, if you click ...
melvingeorge-me.hashnode.dev1 min read