<head> <link rel="stylesheet" href="styles.css">
</head>
Definition and Usage
The <link>
tag defines the relationship between the current document and an external resource.
The <link>
tag is most often used to link to external style sheets.
The <link>
element is an empty element, it contains attributes only.
To test it copy the code and click below button and paste there
0 Comments