Which of the following CSS property sets the opacity level for an element?
A
opacity
B
transparency
C
transparent
D
all of the mentioned
Correct Answer: opacity
The opacity property defines the transparency-level, where 1 is opaque, 0.5 is translucent, and 0 is completely transparent.