InterviewSolution
| 1. |
What Is 'important' Declaration? |
|
Answer» Important declaration is a declaration with increased WEIGHT. Declaration with increased weight will OVERRIDE declarations with normal weight. If both reader's and author's STYLE sheet contain statements with important declarations the author's declaration will override the reader's. Important declaration is a declaration with increased weight. Declaration with increased weight will override declarations with normal weight. If both reader's and author's style sheet contain statements with important declarations the author's declaration will override the reader's. |
|