Vidyalelo
CSS · Q12

Basic CSS

Programming · CSS · question 12

Q12

Which of the following function adjust the brightness of an element’s color, for use by the filter property?

A.
contrast()
B.
dark()
C.
light()
D.
brightness()
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
A value of 100% or decimal value of 1 leaves the image as is, while 0 produces black. Increasing the value from 1 or 100% brightens pixels from their original values.