The <link> tag defines the relationship between a document and an external resource such as a style sheet. It must be included in the <head> section and can appear multiple times. The href attribute specifies the URL of the external resource and is supported by all major browsers. The type attribute specifies the MIME type, most commonly "text/css" for style sheets. The media attribute specifies the media type the resource is optimized for, mostly used for CSS.