V5.0 Websiteheadlink
headlink — A link in the head of a webpage.
Synopsis
link (ws.headlink) ::=
- empty
Attributes
Additional attributes:
- href
- media
- name
- rel
- rev
- src
- title
- type
Description
The headlink
element represents an HTML
link
element. (It coudln’t be named link
because there’s already a link
element.)
It’s likely that putting a link
element
in the HTML namespace in the head
is clearer.
Processing expectations
Rendered as a link
element in the HTML
head
.
Attributes
- href
The link href
- media
The media type of the link
- name
The link name
- rel
The link rel
- rev
The link rev
- src
The link src
- title
The link title
- type
The link type