Link to an external stylesheet.
The href attribute specifies the location (URL) of the external resource (most often a style sheet file).

<link href="URL">
| Value | Description |
|---|---|
| URL | The URL of the linked resource/document.
Possible values:
|
<link rel="stylesheet" href="https://www.w3schools.com/tags/styles.css">
Type: | html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |