how to use target to open a new window in html code example
Example: html open things in new tab
<a href="/" target="_blank">The home page will open in another tab.</a>
<a href="/" target="_blank">The home page will open in another tab.</a>