HTML <link> href Attribute
Definition and Usage
The href
attribute specifies the location (URL) of the external resource
(most often a style sheet file).
Browser Support
Attribute | |||||
---|---|---|---|---|---|
href | Yes | Yes | Yes | Yes | Yes |
Syntax
<link href="URL">
Attribute Values
Value | Description |
---|---|
URL | The URL of the linked resource/document. Possible values:
|
❮ HTML <link> tag