An external stylesheet:
![]()
The rel attribute is supported in all major browsers.
The required rel attribute specifies the relationship between the current document and the linked document/resource.
Some HTML 4.01 values are removed from HTML5, and some new values are added to HTML5.
| Value | Description |
|---|---|
| alternate | Links to an alternate version of the document (i.e. print page, translated or mirror) |
| author | Links to the author of the document |
| help | Links to a help document |
| icon | Imports an icon to represent the document |
| license | Links to copyright information for the document |
| next | Indicates that the document is a part of a series, and that the next document in the series is the referenced document |
| prefetch | Specifies that the target resource should be cached |
| prev | Indicates that the document is a part of a series, and that the previous document in the series is the referenced document |
| search | Links to a search tool for the document |
| stylesheet | URL to a style sheet to import |
HTML <link> tag
Your message has been sent to W3Schools.