Sail E0 Webinar

MCQs

Total Questions : 160 | Page 2 of 16 pages
Question 11. Which of the following are different origins of style sheets?
  1.    author
  2.    user
  3.    user agent
  4.    all of the mentioned
 Discuss Question
Answer: Option D. -> all of the mentioned
Question 12. Which of the following Cascading order has the highest precedence?
  1.    user agent declarations
  2.    user normal declarations
  3.    author normal declarations
  4.    author important declarations
 Discuss Question
Answer: Option A. -> user agent declarations
Question 13. Which of the following property is used to define how nested items are rendered in a 3-D space?
  1.    transform-style
  2.    transform
  3.    transform-origin
  4.    transform-3D
 Discuss Question
Answer: Option A. -> transform-style
Question 14. Which of the following rule allows users to import style rules from other style sheets?
  1.    @media
  2.    @important
  3.    @import
  4.    @style
 Discuss Question
Answer: Option C. -> @import
Question 15. Which of the following property is a shorthand that resets all CSS properties?
  1.    reset
  2.    inital
  3.    all
  4.    delete
 Discuss Question
Answer: Option C. -> all
Question 16. Which of the following generate “virtual” rules representing their effects when running?
  1.    DOM’s
  2.    !important
  3.    CSS Animations
  4.    Inheritance
 Discuss Question
Answer: Option C. -> CSS Animations
Question 17. The _______________ is the result of taking the computed value and completing any remaining calculations to make it the absolute theoretical value used in the layout of the document.
  1.    cascaded value
  2.    declared value
  3.    used value
  4.    none of the mentioned
 Discuss Question
Answer: Option C. -> used value
Question 18. The _________________ is the result of resolving the specified value.
  1.    cascaded value
  2.    computed value
  3.    specified value
  4.    declared value
 Discuss Question
Answer: Option B. -> computed value
Question 19. The ____________ represents the result of the cascade: it is the declared value that wins the cascade.
  1.    specified Value
  2.    actual value
  3.    computed value
  4.    cascaded value
 Discuss Question
Answer: Option D. -> cascaded value
Question 20. The CSS cascade assigns a weight to each style rule. State true or false.
  1.    True
  2.    False
 Discuss Question
Answer: Option A. -> True

Latest Videos

Latest Test Papers