Examveda
Examveda

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

Answer: Option C

Solution(By Examveda Team)

The filter property in CSS is used to apply various visual effects to an element, such as blurring an image. To blur an image, the blur() function is used in the filter property. Therefore, the correct answer is option C, "blur()".

Let's understand the other options:
Option A, "opaque()", is not a valid function used with the filter property. It does not apply blurring effects.
Option B, "scatter()", is also not a valid function used with the filter property. It does not apply blurring effects either.
Option D, "all of the mentioned," is incorrect because options A and B are not valid functions used for blurring images with the filter property.

Therefore, the correct answer is option C, "blur()", as it is the function used by the filter property to blur images.

This Question Belongs to CSS >> Basic CSS

Join The Discussion

Comments ( 1 )

  1. Amirtha K
    Amirtha K :
    2 years ago

    What's the answer finally?

Related Questions on Basic CSS