html link code example
Example 1: html link
<a href="https://www.google.com/">Link to google</a>
Example 2: html a href
<a href="http://example.com" >Link text</a>
<a href="https://www.google.com/">Link to google</a>
<a href="http://example.com" >Link text</a>