html <a> tag code example
Example 1: html links
<a href="url">link text</a>
Example 2: html
<a href="https://developer.mozilla.org">MDN</a>
Example 3: a tag html
<a href = 'website.com/your/linked/page'>Text in link</a>
Example 4: link in html
<a href="./Your/link/to/the/page">Your text</a>