Although this question is similar to my question, but my requirement is we have to only use HTML.
<a href="https://stackoverflow.com/" target="_blank">Stack Overflow</a>
If we use above code then it opens Stack Overflow website in new tab but focus will move to Stack Overflow website. My requirement is focus should still remain in current tab and it should open Stack Overflow website.
Basically I want Open link in new tab or Ctrl+Left_click feature in HTML.