-
How a style sheet can be glued to the HTML document?
-
- Apply the basic, document-wide style sheet for the document by using the style element
- Link an external style sheet to the document using the link elemen
- Import a style sheet using the CSS @import notation.
- All of above
- None of these
Correct Option: D
All of above