InterviewSolution
Saved Bookmarks
| 1. |
How a style sheet can be glued to the HTML document?(a) Import a style sheet using the CSS @import notation.(b) Apply the basic, document-wide style sheet for the document by using the style element(c) Link an external style sheet to the document using the link elemen(d) All of the mentionedI got this question in my homework.This key question is from Document Structure and CSS Inheritance topic in portion CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» RIGHT CHOICE is (d) All of the mentioned To EXPLAIN I WOULD SAY: Self-explainatory. |
|