how to target an html link to a new window code example
Example 1: href target new window
target="_blank"
Example 2: html how to make a link traget a new window
<a href="https://www.thesitewizard.com/" target="_blank">thesitewizard.com</a>
target="_blank"
<a href="https://www.thesitewizard.com/" target="_blank">thesitewizard.com</a>