<ahref="#"target="_blank">By this you can open your document in new tab</a><ahref="#"target="_self"> by this linked document in the same frame as it was clicked (this is default)</a><ahref="#"target="_parent">by this linked document in the parent frame</a><ahref="#"target="_top">Opens the linked document in the full body of the window</a>
<ahref="your link">This page will open within current tab</a><ahref="your link"target="_blank">This page will open with new tab</a><!-- Open a link in a new window with specified size --><ahref="../html-link.htm"target="popup"onclick="window.open('../html-link.htm','name','width=600,height=400')">Open page in new window</a>
<ahref="https://www.thesitewizard.com/"rel="noopener noreferrer"target="_blank">thesitewizard.com</a><!-- This takes some security considerations into account as doing this can make your site vulnerable. See Link / Source for more info -->
<ahref="URL"target="_blank">Click here to go to my link</a><!--The A tags are for hyper links, href stands for hypertext reference
target="_blank" opens link in a new tab-->