InterviewSolution
Saved Bookmarks
| 1. |
What is the use of hsl()? |
|
Answer» The CSS3 HSL() FUNCTION is used to provide a color value when using CSS. It allows users to SPECIFY a color value by determining the HUE, saturation, and light (which REPRESENT HSL) components of the color. |
|