Adds a link node to the head of the document.
The charset is hardcoded to UTF-8 and the type is text/css.
UTF-8
text/css
String that represents the rel attribute of the link node.
String that represents the href attribute of the link node.
Optional parent document of the link node.
unique id for the link element to check if it already exists
Adds a link node to the head of the document.
The charset is hardcoded to
UTF-8
and the type istext/css
.