Explain the rel=”noopener noreferrer” attribute in external links.

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>