____________ is a technique used to delay the loading of non-critical CSS resources to speed up the initial page load time.
- Async Loading
- Deferred Loading
- Lazy Loading
- Preloading
Lazy loading is a technique where non-critical resources, such as images or CSS files, are loaded only when they are needed. This helps in speeding up the initial page load time by prioritizing the loading of essential content first.
Loading...
Related Quiz
- How can you include a custom font in your webpage using CSS?
- The text-indent property in CSS is used to adjust ________.
- How do you define a CSS variable within a root element?
- What is the purpose of the CSS line-height property?
- When an element with position: absolute; is inside a positioned ancestor, to which element will it be positioned relative?