how to open links in different window in html code example
Example 1: html open things in new tab
<a href="/" target="_blank">The home page will open in another tab.</a>
Example 2: a tag open in new tabn
<a target="_blank" href="https://example.com">Link text</a>