a) Hue Specified Lightness b) Hue Spot Lightness c) Hue Saturation Lightness d) None of the ...
View QuestionWhich of the following Selector same as :firstline; changed under CSS3 to make pseudoelements obvious?
a) :first-letter b) :last-child c) :first-line d) ::first-line Answer: d Explanation: ::first-line
View QuestionWhich of the following Selector selects an element if it’s the only child of its parent with its type?
a) @media b) :target c) ::selection d) :only-of-type Answer: d Explanation: :only-of-type
View QuestionWhich of the following Color Format is a CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?
a) RGB Color b) RGBa Color c) HSL Color d) HSLa Color Answer: d Explanation: HSLa Color
View QuestionWhich of the following Color Format is a CSS colors can also be defined using the keyword rgb, followed by three numbers between 0 and 255, contained in parentheses and separated by commas, with no spaces between them?
a) RGB Color b) RGBa Color c) HSL Color d) HSLa Color Answer: a Explanation: RGB color ...
View QuestionWhich of the following Color Format are a 17 defined colors under CSS 2.1?
a) HSLa Color b) Commonly defined named colors c) System Color Names d) Specificationdefined named colors Answer: d Explanation: ...
View QuestionWhich of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?
a) HSLa Color b) Commonly defined named colors c) System Color Names d) Specificationdefined named colors Answer: c Explanation: ...
View QuestionWhich of the following Color Format is a CSS’s six-digit hexadecimal format is the same as color defined in (X)HTML?
a) 6-Hex Color b) 3-Hex Color c) RGBS d) RGBa Answer: a Explanation: The format specifies color ...
View QuestionWhich of the following CSS3 Color Feature like RGB color but adds an alpha channel value to specify the opacity of the color?
a) RGB b) RGBa c) RGBaplha d) AlphaRGB Answer: b Explanation: An RGBa is specified via a function style ...
View QuestionWhich of the following CSS3 Color Feature can be used as a macro for whatever the current color is?
a) CurrentColor keyword b) HSLa Color c) HSL Color d) RGB Color Answer: a Explanation: This is useful if you want ...
View Question