Do Images Load Faster in HTML or CSS?

前端 未结 5 551
生来不讨喜
生来不讨喜 2020-12-08 07:45

If I load an image using this html on my sidebar



        
5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-08 08:24

    Browser will start downloading image as soon as it read image url in HTML putting image url in css file it will end up downloading when that class or CSS rule is applied.how ever I strongly encourage you to use CSS sprites for including images in your web pages.

    30 tricks to optimize images in web pages

    Yahoo Performance rules for web developers

提交回复
热议问题