inline html links code example
Example 1: link to external site html
<a href="https://www.example.com">This is a link</a>
Example 2: html link tag
<link rel="stylesheet" href="./styles.css">
<a href="https://www.example.com">This is a link</a>
<link rel="stylesheet" href="./styles.css">