How a style sheet can be glued to the HTML document?
A
Import a style sheet using the CSS @import notation.
B
Apply the basic, document-wide style sheet for the document by using the style element
C
Link an external style sheet to the document using the link elemen
D
All of the mentioned
Correct Answer: All of the mentioned
Self-explainatory.