Merge pull request #245 from phanan/scripts_position

Added a question about <link> and <script> positioning
This commit is contained in:
Darcy Clarke 2015-01-30 05:26:40 -05:00
commit 2ddecf673e
1 changed files with 1 additions and 0 deletions

View File

@ -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: