Squash the 2 normalize/reset CSS questions into 1

This commit is contained in:
An Phan 2015-01-30 12:27:40 +08:00
parent 9e0cd90c01
commit 2543a9595e
1 changed files with 1 additions and 2 deletions

View File

@ -72,8 +72,7 @@ This file contains a number of front-end interview questions that can be used wh
#### CSS Questions:
* What is the difference between classes and ID's in CSS?
* Describe what a "reset" CSS file does and how it's useful.
* What's the difference between "resetting" and "normalizing" CSS? Which would you choose, and why?
* What's the difference between "resetting" and "normalizing" CSS? Which would you choose, and why?
* Describe Floats and how they work.
* Describe z-index and how stacking context is formed.
* What are the various clearing techniques and which is appropriate for what context?