Which color format uses predefined color names like red, blue, green, etc.?
A). Hexadecimal codes
B). RGB values
C). Color names
D). HSL values
How are colors represented using hexadecimal codes in CSS?
A). As words like red, blue, green, etc.
B). As RGB values
C). As six-digit codes starting with a # symbol
D). As percentages in HSL format
How are colors represented using RGBA values in CSS?
A). As words like red, blue, green, etc.
B). As RGB values
C). As four-digit codes starting with a # symbol
D). As RGB values with an alpha channel for opacity
Which CSS property is used to set the color of an element using RGB values?
A). color
B). background-color
C). border-color
D). box-shadow
How are colors represented using HSL values in CSS?
A). As words like red, blue, green, etc.
B). As RGB values
C). As percentages for hue, saturation, and lightness
D). As four-digit codes starting with a # symbol
Which color format uses predefined color names like red, blue, green, etc.?
A). Hexadecimal codes
B). RGB values
C). Color names
D). HSL values
Which CSS property sets the color of an element's border?
A). color
B). background-color
C). border-color
D). box-shadow
What does the color property in CSS use to specify colors using HSLA values?
A). Red, Green, Blue, Opacity
B). Hue, Saturation, Lightness, Alpha
C). Hexadecimal codes
D). RGB values with an alpha channel
How are colors represented using hexadecimal codes in CSS?
A). As words like red, blue, green, etc.
B). As RGB values
C). As six-digit codes starting with a # symbol
D). As percentages in HSL format
Which CSS property is used to set the text color of an element?
A). color
B). background-color
C). border-color
D). box-shadow