Open In App

Web technologies Questions | CSS Quiz | Set-2 | Question 5

Which function in CSS is used to insert a value for the custom property ?
(A) calc()
(B) hsla()
(C) hsl()
(D) var()

Answer: (D)
Explanation: The var() function in CSS is used to insert a value for a custom property. The syntax is var( custom_property, value ) where it takes the two property custom_property and the value.
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :