<ahref="https://www.google.com/"rel="noopener noreferrer"target="_blank">google.com</a>
dont use just target="_blank" without rel="noopener noreferrer"
It Makes Your Site Vulnerable to Phishing Attacks
_________________________________________________________________
<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="#"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="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 -->
You should add the target="_blank" and rel="noopener noreferrer" in the anchor tag.
<atarget="_blank"rel="noopener noreferrer"href="http://your_url_here.html">Link</a>
<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-->