open a link in popup window in html code example
Example 1: a tag open in new tabn
<a target="_blank" href="https://example.com">Link text</a>
Example 2: open link in new tab
<a href="The link of the page" target="_blank">Open page in new tab</a>