link property in html code example
Example 1: external css link
<link rel="stylesheet" href="styles.css">
Example 2: htlm link
<a href="https://www.google.com/">Visit googel.com!</a>
<link rel="stylesheet" href="styles.css">
<a href="https://www.google.com/">Visit googel.com!</a>