Sail E0 Webinar

MCQs

Total Questions : 53 | Page 2 of 6 pages
Question 11. Which of the following css property defines whether or not an element should be visible when not facing the screen?
  1.    visibility
  2.    backface-control
  3.    backface-visibility
  4.    none of the mentioned
 Discuss Question
Answer: Option C. -> backface-visibility
Question 12. Which of the following method increases or decreases the size of an element using tranform?
  1.    rotate()
  2.    scale()
  3.    translate()
  4.    matrix()
 Discuss Question
Answer: Option B. -> scale()
Question 13. Which of the following selector is used to select and style when you place mouse over it?
  1.    focus
  2.    hover
  3.    mouse
  4.    all of the mentioned
 Discuss Question
Answer: Option B. -> hover
Question 14. Which of the following method moves an element from its current position using tranform?
  1.    rotate()
  2.    scale()
  3.    translate()
  4.    matrix()
 Discuss Question
Answer: Option C. -> translate()
Question 15. Which of the following property specifies the speed curve of the transition effect?
  1.    transition-delay
  2.    transition-duration
  3.    transition-timing-function
  4.    transition
 Discuss Question
Answer: Option C. -> transition-timing-function
Question 16. Which of the following method skews an element along the X-axis by the given angle using tranform?
  1.    skewX()
  2.    skewy()
  3.    x-axis()
  4.    skew()
 Discuss Question
Answer: Option A. -> skewX()
Question 17. Which of the following method skews an element along the X and Y-axis by the given angles using tranform?
  1.    skewX()
  2.    skewy()
  3.    skew-X-Y()
  4.    skew()
 Discuss Question
Answer: Option D. -> skew()
Question 18. Which of the following transition-timing-function property specifies a transition effect with a slow start?
  1.    ease
  2.    ease-in
  3.    ease-in-out
  4.    none of the mentioned
 Discuss Question
Answer: Option B. -> ease-in
Question 19. Which of the following transition-timing-function property specifies a transition effect with a slow start, then fast, then end slowly
  1.    ease
  2.    ease-in
  3.    ease-in-out
  4.    none of the mentioned
 Discuss Question
Answer: Option A. -> ease
Question 20. Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function
  1.    cubic(n,n,n,n)
  2.    matrix(n,n,n,n)
  3.    cubic-bezier(n,n,n,n)
  4.    none of the mentioned
 Discuss Question
Answer: Option C. -> cubic-bezier(n,n,n,n)

Latest Videos

Latest Test Papers