From 9e0cd90c01c486c7003bd1651dc75d876c0d4823 Mon Sep 17 00:00:00 2001 From: An Phan Date: Fri, 30 Jan 2015 12:01:11 +0800 Subject: [PATCH] Amended a sub-question into CSS reset --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4775a67..6d9541b 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ This file contains a number of front-end interview questions that can be used wh * 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? * 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?