Home » CSS » Css miscellaneous » Question
  1. Which of the following is the correct way to applying style to a document?
    1. Directly embed a document-wide style in the head element of the document
    2. Set an inline style rule using the style attribute directly on an element
    3. Use an external style sheet, either by importing it or by linking to it
    4. None of these
    5. NA
Correct Option: C

Use an external style sheet, either by importing it or by linking to it



Your comments will be displayed only after manual approval.