Open new windows in browser as separate thread
If you have links to another origin, you should use
rel="noopener", especially if they open in a new tab/window.
<a href="http://example.com" target="_blank" rel="noopener">
Example site
</a>
Comments
Post a Comment