Following are some CSS interview questions for web developers:
1. What is display inline-block? What are the difference between inline-block and block?
2. What is a static position in CSS?
3. What is the relation between absolute and relative position in CSS?
4. Why we need viewport meta tag for responsive design?
5. What is the benefit of using header, footer HTML5 tags where the same can be done using div?
6. What is a margin collapse and how we can we stop margin collapse?
7. Which CSS property allows to include padding and border within the width?
8. What are the principles of CSS box model?
9. What are the meanings of following three selectors?
div > span
div + span
div ~ span
10. What are CSS pseudo elements? What is the default display value of :after and :before pseudo elements?
Other interview questions can be found here:
https://handy-code.blogspot.com/2018/01/php-interview-questions-for-php.html
https://handy-code.blogspot.com/2017/05/wordpress-interview-questions-for.html
https://handy-code.blogspot.com/2014/04/javascript-interview-questions-and.html
1. What is display inline-block? What are the difference between inline-block and block?
2. What is a static position in CSS?
3. What is the relation between absolute and relative position in CSS?
4. Why we need viewport meta tag for responsive design?
5. What is the benefit of using header, footer HTML5 tags where the same can be done using div?
6. What is a margin collapse and how we can we stop margin collapse?
7. Which CSS property allows to include padding and border within the width?
8. What are the principles of CSS box model?
9. What are the meanings of following three selectors?
div > span
div + span
div ~ span
10. What are CSS pseudo elements? What is the default display value of :after and :before pseudo elements?
Other interview questions can be found here:
https://handy-code.blogspot.com/2018/01/php-interview-questions-for-php.html
https://handy-code.blogspot.com/2017/05/wordpress-interview-questions-for.html
https://handy-code.blogspot.com/2014/04/javascript-interview-questions-and.html
Comments
Post a Comment