Which of the following element is used by the filter property to blur the images?
A
opaque()
B
scatter()
C
blur()
D
all of the mentioned
Correct Answer: blur()
Blurs an element, for use by the filter property. Accepts a distance measurement within which pixels are randomly scattered. A value of 0 leaves the image as is.