Minifycode 2021-10-03 Viewed 1.3K times HTML

In this article, you will learn what is  rel="noopener" in html

 

<a href="https://www.minifycode.in" rel="noreferrer">Link to usingcsharp.com</a>

In this article, what is rel="noopener" in html? the noopener keyword for the rel attribute of the <a>, <form> and <area> elements instructs the browser to navigate to the target resource without granting the new browsing context access to the document that opened it.

 

Recommendations

So, prevent pages from abusing window.opener, use rel=noopener. This ensures window.opener is null in Chrome & Opera, Desktop Safari, Firefox, and iOS.

What is rel="noopener" in html
minify code