Explain the role of the ‘link’ tag.

The <link> tag links external resources, often used for stylesheets (rel="stylesheet").

Example:

<link rel="stylesheet" href="style.css">