You're tasked with optimizing the loading speed of a website. How can CSS be used to improve performance?
- CSS Sprites
- External CSS
- Inline CSS
- Minification
Minification involves removing unnecessary characters from CSS files, reducing file size and improving loading speed. It's a technique used to optimize website performance.
Loading...
Related Quiz
- What is the purpose of a feature branch in Gitflow?
- What role does Docker play in CI/CD pipelines?
- What is indexing in the context of database design?
- One of the methods to prevent deadlocks is _______ where transactions are rolled back and restarted in a different order.
- In a project requiring extensive database interactions and rapid development, which server-side language would provide the most suitable environment, and why?