Css miscellaneous
- Which of the following function flips an element’s colors, for use by the filter property?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
A decimal value between 0 and 1 or percentage up to 100% controls the extent of the color-negative effect, with 0.5 or 50% producing gray.
- 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?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
A decimal value of 1 or percentage of 100% keeps the image as is, while increasing the amount produces more dramatically stratified hues.
- Which of the following function defines a linear gradient as a CSS image?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
linear-gradient()
- Which of the following function two dimensional transformation in matrix format?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
matrix()
- The first CSS specification to become an official W3C Recommendation is ___________.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The first CSS specification to become an official W3C Recommendation is CSS level 1, published on December 17, 1996. Håkon Wium Lie and Bert Bos are credited as the original developers.