Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 585 Bytes

File metadata and controls

31 lines (19 loc) · 585 Bytes

Front-end-Developer-Interview-Questions

Collection of Front-End Developer Questions: HTML, CSS, Javascript.

  1. HTML =============
  1. CSS =============

Background Images

  • How do you define multiple background images through CSS?

Box Sizing

  • What is the purpose of the box-sizing property? What are it's possible values?
  • Provide an example of content-box vs border-box box-sizing

Color

  • What is the difference between RGBa and HSLa? When would you use one vs the other?
  1. Javascript =============