Question Bank
3705 approved questions from the community
The float property can only have values of left or right.
Media queries can only check for screen width and height.
CSS animations can be created without JavaScript.
CSS variables (custom properties) are compiled at build time like preprocessor variables.
When should you use CSS Grid over Flexbox?
What does the z-index property control?
What is the difference between display: none and visibility: hidden?
The opacity property accepts values from 0 to 1.
Margins can collapse vertically between adjacent elements.
CSS custom properties (variables) can be changed dynamically with JavaScript.
CSS Grid can only create equal-sized columns and rows.
Which property is used to change the font family?
What is the difference between inline and inline-block?
What is a CSS sprite?
Which property is used to make text bold?
The will-change property tells the browser to optimize for properties that will change.
The outline property affects the element's layout and box model.
CSS Grid's fr unit represents a fraction of the available space.
CSS can be used to create animations without JavaScript.
What is SQL injection?