Sail E0 Webinar

MCQs

Total Questions : 8
Question 1. Which 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?
  1.    RGB Color
  2.    RGBa Color
  3.    HSL Color
  4.    HSLa Color
 Discuss Question
Answer: Option A. -> RGB Color


RGB color values can also be defined using percentages. The format is the same, except that the numbers are replaced by percentage values between 0% and 100%.


Question 2. Which of the following is not a appropriate value for font-variant property?
  1.    inherit
  2.    default
  3.    large-caps
  4.    small-caps
 Discuss Question
Answer: Option C. -> large-caps




Question 3. What is the CSS Property Equivalent for the attribute
  1.    text-decoration:reappear
  2.    text-decoration:blink
  3.    text-decoration:no-text
  4.    none
 Discuss Question
Answer: Option C. -> text-decoration:no-text




Question 4. In css what does "font-size can be called as
  1.    Selector
  2.    Rule
  3.    Property
  4.    Property-Name
 Discuss Question
Answer: Option D. -> Property-Name




Question 5. Which of the following function flips an element's colors, for use by the filter property?
  1.    image()
  2.    flip()
  3.    invert()
  4.    contrast()
 Discuss Question
Answer: Option C. -> invert()


A decimal value between 0 and 1 or percentage up to 100% controls the extent of the color-negative effect, with 0.5 or 50% producing gray.


Question 6. Which of the following property sets the font size of text?
  1.    text-size
  2.    font-size
  3.    size
  4.    text
 Discuss Question
Answer: Option B. -> font-size


Syntax: font-size: length | percentage | larger | smaller | xx-small | x-small | small | medium | large | x-large | xx-larger | inherit


Question 7. Which 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?
  1.    RGB Color
  2.    RGBa Color
  3.    HSL Color
  4.    HSLa Color
 Discuss Question
Answer: Option D. -> HSLa Color




Question 8. Which of the following property adjusts the font-size of the fallback fonts defined with font-family, so that the x-height is the same no matter what font is used?
  1.    default
  2.    font-size-fallback
  3.    font-adjust
  4.    font-size-adjust
 Discuss Question
Answer: Option D. -> font-size-adjust




Latest Videos

Latest Test Papers