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

All of above



Your comments will be displayed only after manual approval.