Merge pull request #245 from phanan/scripts_position
Added a question about <link> and <script> positioning
This commit is contained in:
commit
2ddecf673e
|
|
@ -56,6 +56,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?
|
||||
|
||||
#### CSS Questions:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue