I have a hyperlink on my page and I would like it to automatically open in a new tab when clicked, how would I do this? If this is not possible I will accept new window.
add
target="_blank" in your link.
If you want links on whole page to be open in new tab you can use.