InterviewSolution
| 1. |
What Are The Advantages And Disadvantages Of Cascade Style Sheets? |
|
Answer» EXTERNAL Style Sheets Disadvantages An EXTRA download is required to import style information for each document The rendering of the document may be delayed until the external style sheet is loaded Becomes slightly unwieldy for small quantities of style definitions Embedded Style Sheets Disadvantage This method can not control styles for multiple documents at once Inline Styles Disadvantages Does not DISTANCE style information from content (a main GOAL of SGML/HTML) Can not control styles for multiple documents at once Author can not create or control classes of elements to control multiple element types within the document Selector grouping methods can not be used to create complex element addressing scenarios External Style Sheets Disadvantages An extra download is required to import style information for each document The rendering of the document may be delayed until the external style sheet is loaded Becomes slightly unwieldy for small quantities of style definitions Embedded Style Sheets Disadvantage This method can not control styles for multiple documents at once Inline Styles Disadvantages Does not distance style information from content (a main goal of SGML/HTML) Can not control styles for multiple documents at once Author can not create or control classes of elements to control multiple element types within the document Selector grouping methods can not be used to create complex element addressing scenarios |
|