title property
The title attribute has special semantics on the <link>
element.
When used on a <link rel="stylesheet">
it defines a preferred or an alternate stylesheet.
Incorrectly using it may cause the stylesheet to be ignored.
Implementation
String? title;