InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThe question was posed to me in exam.The doubt is from The Specification of CSS in chapter CSS Fundamentals, Colors and Styling of CSS |
|
Answer» The correct option is (d) All of the mentioned |
|