Reworded the question as per @darcyclarke s suggestion
This commit is contained in:
parent
b486f75dd6
commit
afcddfb21a
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue