Vidyalelo
CSS · Q45

Basic CSS

Programming · CSS · question 45

Q45

Which of the following is the correct way to applying style to a document?

A.
Use an external style sheet, either by importing it or by linking to it
B.
Directly embed a document-wide style in the head element of the document
C.
Set an inline style rule using the style attribute directly on an element
D.
All of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board