I thought I can only use 'href' attribute to link url in a tag but I found the following example.
<a data-link="https://stackoverflow.com/" style="cursor: pointer" class="custom-sub-controller" data-id="application27" data-pid="application">link</a>
Is it possible to link url with a tag using not 'href' but 'data-link' attribute?