how to add a link inside span tag in html code example
Example 1: add link to text using span html
<span id="linkChange">http://domain.com</span>
Example 2: add link to text using span html
<a href="http://www.domain.com/about" target="_blank">http://www.domain.com/about</a>