Whenever I run this code, it works perfectly. But when I click on my hyperlink, the website does not run in a new tab. What's the issue?
You need to set the target to _blank instead of blank.
_blank
blank
@TheDrone7 It works!! Thanks.
Whenever I run this code, it works perfectly. But when I click on my hyperlink, the website does not run in a new tab. What's the issue?
You need to set the target to
_blank
instead ofblank
.@TheDrone7 It works!! Thanks.