Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html target blank

<!-- target="_blank" can expose your site to performance and security issues -->
<!-- Adding rel="noopener" or rel="noreferrer" avoids these issues -->
<a href="https://www.google.com" target="_blank" rel="noopener">google</a>
Source by web.dev #
 
PREVIOUS NEXT
Tagged: #html #target #blank
ADD COMMENT
Topic
Name
4+4 =