Web technologies Questions | CSS Quiz | Set-1 | Question 13
Which below function in CSS is used to perform the calculation ?
(A) cal() function
(B) calculator() function
(C) calculate() function
(D) calc() function
Answer: (D)
Explanation: The calc() function in CSS is inbuilt that is used to perform calculations based on the property of CSS. It takes only parameters as expressions.
Quiz of this Question