What are the advantages and disadvantages of inline styles?
Answer Posted / Nameeta Sonal
Advantages:
1. Quick styling for specific elements without having to edit external CSS files
2. Useful when you need a temporary style change or want to customize a single element
Disadvantages:
1. Makes your HTML less maintainable and harder to read due to increased clutter
2. Inline styles are difficult to manage when working with multiple pages or large projects
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers