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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *