ahref attr and text code example
Example 1: href html
<a href="link">text</a>
Example 2: a tag html
<a href = 'website.com/your/linked/page'>Text in link</a>
<a href="link">text</a>
<a href = 'website.com/your/linked/page'>Text in link</a>