Answers for "blank url html"

1

_blank in html

<!--blank is used to open the link in new tab-->
<a href="https://www.google.com" target="_blank">google</a>
Posted by: Guest on August-13-2021
5

empty link html

<a href="javascript:void(0)">Link title</a>
<!--Quick copy paste : href="javascript:void(0)" -->
Posted by: Guest on July-17-2020

Browse Popular Code Answers by Language