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?What happens if 100% width is used along with floats all across the page?How to overrule underlining Hyperlinks?What is Pseudo-elements ?Enlist the various fonts attributes?Describe ruleset?Have you ever created a print stylesheet for a website?What are the benefits of SVG?What is responsive design all about?What are some of your favorite web design workflow tools?Describe floats and how they work?Name some online resources that you reference when having CSS issues?What tools do you use for cross-browser testing?What are the various techniques for clearing floats?What is the difference between inline, inline-block, and block?What are some accessibility concerns that come up in CSS?Can more than one declaration be added in CSS?Differentiate Class selector from ID selector?What is the usage of Class selector?Compare RGB values with Hexadecimal color codes ?Compare Grouping and Nesting in CSS ?Define Image sprites with context to CSS ?What is contextual selector?Enlist the various Media types used?Why is it easy to insert a file by importing it?Define Declaration block?