How to make button in HTML that works like a link and open new tab

To make a button work like a link and open in a new browser tab, you can use the following HTML. window.open will open a new browser tab as long as your browser can process Javascript. You can replace ‘yourURL.com’ with the URL of the web page that you want to load. Next, replace “Button …

How to make button in HTML that works like a link and open new tab Read More »