How do I use target=”_blank” or target=’_blank’ to open links in a new tab? [closed]

Here

<a target="_blank" href="https://stackoverflow.com/questions/16982104/$facebook">

Note: it will only open in a new tab if the users preferences force it .. ie it might open in a new window

Docs for a HTML tag

Leave a Comment