Basic Css - Study Mode
[#46] Which of the following function applies a saturation effect to an element’s color, making it appear more or less vivid, for use by the filter property?
Correct Answer
(B) saturation()
Explanation
Solution: A decimal value of 1 or percentage of 100% keeps the image as is, while increasing the amount produces more dramatically stratified hues.
[#47] Which of the following function defines a linear gradient as a CSS image?
Correct Answer
(D) linear-gradient()
[#48] Which of the following function two dimensional transformation in matrix format?
Correct Answer
(A) matrix()
[#49] Which of the following function apply a sepia tinge to an element’s color, typical of old photographs, for use by the filter property?
Correct Answer
(B) sepia()
[#50] Which of the following Protocol enables a hyperlink to access a file on the local file system?
Correct Answer
(C) file