link rel in html code example
Example 1: rel css
<link rel="stylesheet" type="text/css" href="style.css">
Example 2: a href rel
<a href="#" rel="nofollow noreferrer">
Example 3: html link tag
<link rel="stylesheet" href="./styles.css">
Example 4: href rel
<a href="#" target="_blank" rel="noopener noreferrer"></a>