I have added mailto:sales@abc.com in anchor tag. when user click on link then the mail application is get opened in current tab. But I want the mail tab should be opened in new tab.
Please suggest me solution
Thanks in advance
I have added mailto:sales@abc.com in anchor tag. when user click on link then the mail application is get opened in current tab. But I want the mail tab should be opened in new tab.
Please suggest me solution
Thanks in advance
you can use target.
<a href="mailto:sales@abc.com" target = "_blank">Click me</a>