HTML <link> href Attribute
Example
<head>
<link rel="stylesheet" href="demo.css">
</head>
Meaning
The href attribute specifies the URL of the linked resource. A URL might be absolute or relative.
Standard Syntax
HTML: <link href="URL">
XHTML: <link href="URL" />
Advertisement
Attribute Values
| Value | Description |
|---|---|
| URL | Value can be
|