OK, thanks. I have another question about the <link> tag: I now understand what the <link> tag does when the rel attribute is set to "stylesheet," like in <link rel="stylesheet" type="text/css" href="theme.css">, but what about when rel is set to:
- alternate
- archives
- author
- bookmark
- external
- first
- help
- icon
- last
- license
- nofollow
- noreferrer
- pingback
- prefetch
- search
- sidebar
- tag
- up
I think I know what it means when rel=next or prev, but precise clarification would be nice. Also, in the Browser Support section for the W3Schools page on the <link> tag, it says "When used for style sheets, the <link> tag is supported in all major browsers. No real support for anything else." Does this mean that, out of all those values, the only supported value for the rel attribute is "stylesheet"?