add link in text html code example
Example 1: how to display a link in html
<a href="https://www.google.com/"> google </a>
Example 2: linking external pages html
<a href="https://www.w3schools.com/html/">Visit our HTML tutorial</a>
<a href="https://www.google.com/"> google </a>
<a href="https://www.w3schools.com/html/">Visit our HTML tutorial</a>