In terms of asset management, what is a common strategy for optimizing large sets of icons for web use?
- Data URIs
- Icon Fonts
- Icon Sprites
- SVG Optimization
Using icon sprites involves combining multiple icons into a single image, reducing HTTP requests and improving performance in web applications.
Loading...
Related Quiz
- In CSS, what is the difference between .class1.class2 and .class1 .class2 selectors?
- You are designing a webpage for a vintage-themed site and want to use a cursive style for headings. Which CSS property-value combination will you use?
- How can you specify that an animation should run in reverse order?
- The ________ Worklet in CSS Houdini enables developers to write custom layout algorithms.
- You have a CSS variable named --gap, and you want to double its value and use it as a margin. How would you achieve this using CSS functions?