-
Which of the following is the correct way to applying style to a document?
-
- Directly embed a document-wide style in the head element of the document
- Set an inline style rule using the style attribute directly on an element
- Use an external style sheet, either by importing it or by linking to it
- All of above
- None of these
Correct Option: D
All of above