opne in new window code example
Example 1: open link in new tab javascript
window.open('https://www.codexworld.com', '_blank');
Example 2: open anchor tag in new tab
<a href="https://youtu.be/dQw4w9WgXcQ" target="_blank">Use _blank</a>
window.open('https://www.codexworld.com', '_blank');
<a href="https://youtu.be/dQw4w9WgXcQ" target="_blank">Use _blank</a>