1
I have a system where I need to create a href clickable link inside a div that is also clickable.
In summary I wanted to know if there is any way to create a "clickable link B" inside a "clickable link A". Since the "internal link B" has its click independent of the 'link A".
EX:
<a href="LINK_A"> <a href="LINK_B">Conteúdo do 2º link</a> </a>
works
<a href=https://answall.com/questions/294961/retorno-de-funcao>retorno-de-funcao <a href=https://answall.com/unanswered>unanswered</a></a>
– user60252