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. All of above
    5. None of these
Correct Option: D

All of above



Your comments will be displayed only after manual approval.