Reworded the question as per @darcyclarke s suggestion

This commit is contained in:
An Phan 2015-01-30 18:22:37 +08:00
parent b486f75dd6
commit afcddfb21a
1 changed files with 1 additions and 2 deletions

View File

@ -57,8 +57,7 @@ This file contains a number of front-end interview questions that can be used wh
* Consider HTML5 as an open web platform. What are the building blocks of HTML5?
* Describe the difference between cookies, sessionStorage and localStorage.
* Describe the difference between `<script>`, `<script async>` & `<script defer>`.
* Why is it generally a good idea to position CSS `<link>`s between `<head></head>` and JS `<script>`s just before `</body>`?
* Do you know any exceptions for this rule?
* Why is it generally a good idea to position CSS `<link>`s between `<head></head>` and JS `<script>`s just before `</body>`? Do you know any exceptions?
#### CSS Questions: