CSS question "Describe BFC(Block Formatting Context) and how it works." added.

This commit is contained in:
everthis 2015-04-03 15:52:17 +08:00
parent 107e06a93d
commit 4546e71cda
1 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@ This file contains a number of front-end interview questions that can be used wh
* 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.
* Describe BFC(Block Formatting Context) and how it works.
* What are the various clearing techniques and which is appropriate for what context?
* Explain CSS sprites, and how you would implement them on a page or site.
* What are your favourite image replacement techniques and which do you use when?
@ -148,7 +149,7 @@ duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
* Transfer-Encoding
* ETag
* X-Frame-Options
* What are HTTP actions? List all HTTP actions that you know, and explain them.
* What are HTTP actions? List all HTTP actions that you know, and explain them.
#### Coding Questions: