DEV Community

Cover image for rel="stylesheet" in <link> tag
ala.
ala.

Posted on

rel="stylesheet" in <link> tag

rel stands for “relationship” — it defines the relationship between the HTML document and the linked file.

"stylesheet" means the linked file is a CSS stylesheet used to style the page.

Means: “Link this page to the file style.css, which contains the CSS styles.”

Top comments (0)