This attribute prevents the new page from accessing the window.opener
object, improving security and performance, especially when opening links in new tabs.
Example:
<a href="https://example.com" target="_blank" rel="noopener noreferrer">External Link</a>