Tuesday, 29 January 2019

HTML5 Interview Questions - Part 2

  1. Why would you use <strong> instead of <b> ?
  2. What are some of the key new features in HTML5?
  3. What’s doctype for?
  4. Is it generally a good idea to position CSS <link>s before <script> tags?
  5. Explain the CSS box model. Which properties are a part of it?
  6. Describe z-index and how stacking context is formed.
  7. How is responsive design different from adaptive design?
  8. What is the difference between classes and IDs in CSS?
  9. What’s the difference between display: inline and display: inline-block?
  10. What’s the difference between a relative, fixed, absolute and statically positioned element?

No comments:

Post a Comment