Which of the following is a common technique used in CSS optimization for faster page rendering?
- Compression
- Minification
- Obfuscation
- Shorthand Properties
CSS optimization involves minifying CSS code, which means removing unnecessary characters, whitespace, and comments, leading to faster page rendering by reducing file size and improving load times.
Loading...
Related Quiz
- In a scenario where a website has multiple themes that can be switched by the user, what would be the best practice to handle the different CSS for themes in terms of performance?
- In CSS Grid, which property defines the number of columns in the grid layout?
- The property ________ is used to control the horizontal and vertical alignment of an element's border box within its containing block.
- To prevent a background gradient from repeating, you would set the background-repeat property to ________.
- When using the "vertical-align" property, what does the value "baseline" represent?