RELs
Rels, short for relation types, are a way to describe the relationship between the current document and a linked resource. The term “rels” is used to refer to the set of possible relation tokens that can be declared with the rel attribute in HTML and related linking contexts. The rel attribute is most commonly applied to anchor, area, and link elements.
In HTML, rel values are specified as a space-separated list of tokens. A token can be a
Common uses include linking CSS stylesheets with rel="stylesheet", pointing to the canonical URL of a page with
Notes and evolution: the rel attribute concept is formalized in RFC 5988/8288 (Web Linking) and is governed