Add a link that goes to https:// and has a text This is a link. code example
Example 1: html links
<a href="url">link text</a>
Example 2: html link tag
<link rel="stylesheet" href="./styles.css">
<a href="url">link text</a>
<link rel="stylesheet" href="./styles.css">