2.1.2 Question
Multiple Choice
You are designing a web application. You want to create a certain look and feel while reusing styles across pages as much as possible. How should you handle styles?
- A. Use only one or two styles throughout your application to simplify maintenance.
- B. Use a specific (unique) style for every element.
- C. Use general styles for common elements and specific styles for elements that are unique.
- D. Use inline styling.