CSS

What are sprites and why would use them? How do you go about creating them? What are possible alternatives to sprites?Say you found a rendering problem on one of your sites in Internet Explorer 8, which you have decided you are supporting. How would you approach fixing it?Describe what a β€œreset” CSS file does and how it's useful. Are you familiar with normalize.css? Do you understand how they differ?Say you were tasked with coding a design that used non-standard web fonts, how would you go about it?Have you ever worked with a grid layout? What are your thoughts on that?What's the difference between "resetting" and "normalizing" CSS? Which would you choose, and why?How can CSS be cascaded to mix with users personal sheet?Are quotes mandatory in URLs?What are Sass, Less, and Stylus? Why do people use them? How does something like Compass relate to Sass?Describe z-index and how stacking context is formed?What is the difference between class selector and ID selector?What is at-rule?What is Alternate Style Sheet?Define property?Define Attribute Selector ?How comments can be added in CSS?What is Inline style?Which among the following is more precedent: CSS properties or HTML procedures?Why is @import only at the top?How can the gap under the image be removed?How can backward compatibility be designed in CSS?What is progressive enhancement?What is graceful degradation?How can the dimension be defined of an element ?Can default property value be restored through CSS? If yes, how?