Added question

This commit is contained in:
Arthur Verschaeve 2014-07-11 21:04:16 +02:00
parent c8c7c54e5d
commit edd437c361
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ The majority of the questions were plucked from an [oksoclap](http://oksoclap.co
* Talk about your preferred development environment. (OS, Editor, Browsers, Tools etc.)
* Which version control systems are you familiar with?
* Can you describe your workflow when you create a web page?
* If you have 5 different stylesheets, how would you best integrate them into the site?
* Points off for `@import` directives.
* File concatenation
* Can you describe the difference between progressive enhancement and graceful degradation?
* Bonus points for describing feature detection
* Explain what "Semantic HTML" means.