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:
|
Example:
HTML
<link rel="stylesheet" href="https://www.w3schools.com/tags/styles.css">
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |