Open an a link in a new tab using html “Blank” attribute
Description
This is an example of opening a link in a seperate web browser tab instead of reloading the current page
This is an example of opening a link in a seperate web browser tab instead of reloading the current page
HTML Source Code
<a href="/" target="_blank">The home page will open in another tab.</a>