What's the result of applying the grayscale(100%) filter to a colored image?
- The image becomes completely black
- The image becomes completely white
- The image becomes grayscale
- The image remains the same
Applying the grayscale(100%) filter to a colored image will turn the image completely black. The grayscale filter in CSS converts the image to grayscale, and when you specify 100%, it means full grayscale, which results in a black and white image with all color information removed.
Loading...
Related Quiz
- The attr() function in CSS is used to retrieve the value of an HTML ______.
- How can you create a blur effect on an image using CSS?
- Which CSS property allows you to control the speed curve of an animation?
- When using CSS to mask an element, the area defined by the mask image that is ________ will be visible.
- With PostCSS, developers can write plugins to create custom ________ for their projects.