<a href="www.abc.com/a" target="_blank">123</a>
<a href="www.abc.com/b" target="_blank">abc</a>
Both anchor links opens on the same targeted tab when a person click on them. How do you separate them to open in different tabs rather than the same tab. This is very similiar to
window.open(url, '_blank');