'Regarding "link" tag in HTML what is the most used value for the "rel" attribute after "stylesheet"?

I know "stylesheet" us used the most but I was wondering if other values are used and how much are they used. I personally did not encounter other values besides "stylesheet" until now.



Solution 1:[1]

The value icon is must be the second most used since many sites use a favicon.

<link rel="icon" href="favicon.ico" type="image/x-icon" />

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1