User Interface Designer Question: Download UI Designer PDF

Do you know what is the use of CSS sprites?

Tweet Share WhatsApp

Answer:

- A web page with large number of images takes a longer time to load. This is because each image separately sends out a http request.
- The concept of CSS sprite helps in reducing this loading time for a web page by combining various small images into one image. This reduces the numbers of http request and hence the loading time.

Download UI Designer PDF Read All 29 UI Designer Questions
Previous QuestionNext Question
Explain the attributes that make up a DHTML?Can you explain how to handle events with DHTML?