Skip to content

Commit

Permalink
Merge pull request h5bp#245 from phanan/scripts_position
Browse files Browse the repository at this point in the history
Added a question about <link> and <script> positioning
  • Loading branch information
Muhammad Usman committed Jan 30, 2015
2 parents 660eb34 + 8d080a1 commit a600603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit a600603

Please sign in to comment.