Anchor Tag :
Anchor tag in HTML is used to link between two sections or two different web pages or website templates.

To open an URL into a new tab in the browser upon a click, we need to add target attribute equal to _blank.
(a href=”#” target=”_blank”> (/a>