rel in link tag 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: href rel
<a href="#" target="_blank" rel="noopener noreferrer"></a>