HTMLOpening Links in New Tabs

To open a link in a new tab, add the target=\"_blank\" attribute to the <a> tag. It's useful for external links.

<a href=\"https://www.google.com\" target=\"_blank\">Open Google in new tab</a>