a) grayscale() b) sepia() c) contrast() d) brightness() Answer: b Explanation: sepia()
View QuestionWhich of the following function two dimensional transformation in matrix format?
a) matrix() b) matrix2d() c) matrix3d() d) perspective Answer: a Explanation: matrix()
View QuestionWhich of the following function defines a linear gradient as a CSS image?
a) grayscale() b) gradient() c) image() d) linear-gradient() Answer: d Explanation: linear-gradient()
View QuestionWhich 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?
a) color() b) saturation() c) saturate() d) none of the mentioned Answer: b Explanation: A decimal value of 1 ...
View QuestionWhich of the following function flips an element’s colors, for use by the filter property?
a) image() b) flip() c) invert() d) contrast() Answer: c Explanation: A decimal value between 0 and ...
View QuestionWhich of the following function converts an element’s color to a shade of gray, for use by the filter property?
a) shade() b) grayscale() c) black() d) brightness() Answer: b Explanation: A decimal value between 0 and 1 or ...
View QuestionWhich of the following function with filter property to create your own sophisticated effects on DOM elements?
a) create() b) DOM() c) custom() d) none of the mentioned Answer: c Explanation: custom()
View QuestionWhich of the following function adjusts the difference between light and dark values, for use by the filter property?
a) contrast() b) dark() c) light() d) brightness() Answer: a Explanation: A value of 100% or a decimal value ...
View QuestionWhich 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: d Explanation: A value of 100% or decimal value ...
View QuestionWhich 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: c Explanation: Blurs an element, for use by the ...
View Question