Answers for "open link in same tab html"

4

where to use .target command in html

<a target="_blank" href="">
Posted by: Guest on July-09-2020
-1

open link on same page html

<!-- Same Page: -->
<a href="google.com">Link</a>
<!-- Different Page: -->
<a href="google.com" target="_blank">Link</a>
Posted by: Guest on April-16-2021

Browse Popular Code Answers by Language