Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Adam Maley
Adam Maley
5,946 Points

Are these even worth using? target="_blank" rel="noopener"

I hear "_blank" causes security issues as well as slowing the JavaScript on the preexisting page (if noopener isn't used). And I honestly have no idea what "noopener" is, it's a bit ahead of my knowledge so far.

Should I be using these on a portfolio site? Or any site for that matter?

1 Answer

Dave StSomeWhere
Dave StSomeWhere
19,870 Points

Interesting question and thanks for sending me on another learning quest - hehe

Found this on rel="noopener"

Also, I think target-"_blank" has some value - think about how often you right click and select open link in new tab. Many site contain links to external sites outside of the normal site flow (a possible use case). I've also seen people complain about links opening in a new tab - so probably something that should be used sparingly.