logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the use of CSS sprites?


  • Correct 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 


  • Technology problems


    Search Results


    • 1. What is CSS selector?
    • Discuss
    • 2. What are different ways to integrate a CSS into a Web page?
    • Discuss
    • 3. Differentiate different types of Doctypes from one another.
    • Discuss
    • 4. What is the importance of Doctype in HTML?
    • Discuss
    • 5. How to insert Javascript in HTML?
    • Discuss
    • 6. What are the rules in CSS ruleset?
    • Discuss
    • 7. What is the difference between class selector and ID selector?
    • Discuss
    • 8. What is the purpose of pseudo-elements?
    • Discuss
    • 9. What is the use of Media Types in CSS?
    • Discuss
    • 10. What are the advantages of the external over inline style methods?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment