Question Bank
3705 approved questions from the community
Which of the following are valid border-style values? (Select all that apply)
Which of the following are pseudo-classes in CSS? (Select all that apply)
Which of the following create a new stacking context? (Select all that apply)
Which of the following properties can trigger a CSS transition? (Select all that apply)
Which of the following are valid color formats in CSS? (Select all that apply)
Which of the following trigger a browser reflow? (Select all that apply)
Which of the following are CSS preprocessors? (Select all that apply)
Which of the following are relative length units in CSS? (Select all that apply)
Which of the following are Flexbox container properties? (Select all that apply)
Which of the following are valid CSS display property values? (Select all that apply)
Which of the following are valid ways to apply CSS to a web page? (Select all that apply)
clip-path in CSS can define a visible region of an element using shapes like polygons, circles, or ellipses, and the rest of the element is hidden.
What is the purpose of the @layer rule in CSS?
Inline CSS has higher specificity than external CSS.
The universal selector (*) selects all elements on a page.
The box-sizing: border-box property includes padding and border in the element's total width and height.
Elements with position: absolute are removed from the normal document flow.
Which CSS property is used to change the text color of an element?
Which HTML tag is used to link an external CSS file?
CSS Grid is a two-dimensional layout system that can handle both rows and columns.