how to open a hyperlink in new tab in html code example
Example: open link in new tab
<a href="https://www.google.com/" target="_blank">Open Google in a new tab!</a>
<a href="https://www.google.com/" target="_blank">Open Google in a new tab!</a>