Vidyalelo
CSS · Q11

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 11

Q11

Which of the following CSS property sets the opacity level for an element?

A.
opacity
Answer
B.
transparency
C.
transparent
D.
all of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
The opacity property defines the transparency-level, where 1 is opaque, 0.5 is translucent, and 0 is completely transparent.