Which of the following CSS Property sets the stacking order of positioned elements?
A
y-index
B
z-index
C
x-index
D
all of the mentioned
Correct Answer: z-index
z-index property sets the stacking order of positioned elements. Syntax: z-index: auto|number|initial|inherit;