I asked the same somewhere.
The solution I received from Wappler team is to use title
attribute in the tag.
<a href="/news" title="Some News Title">News</a>
OR, bind it dynamically:
<a href="/news" dmx-bind:title="'Title: ' + var1.value">News</a>