Sail E0 Webinar

MCQs

Total Questions : 160 | Page 8 of 16 pages
Question 71. Which of the following property sets the distance between an element’s right border and the rightmost edge of its content?
  1.    auto
  2.    padding-left
  3.    padding-right
  4.    padding-top
 Discuss Question
Answer: Option C. -> padding-right
Question 72. Which of the following property is used to control page breaks when printing a document after the bound element box ends?
  1.    page-inside
  2.    page-break-after
  3.    page-break-inside
  4.    page-break-before
 Discuss Question
Answer: Option B. -> page-break-after
Question 73. Which of the following property defines the style of quotation marks to be used with embedded quotations?
  1.    article
  2.    para
  3.    quote
  4.    quotes
 Discuss Question
Answer: Option D. -> quotes
Question 74. Which of the following property defines the length of time that a transition takes?
  1.    transition
  2.    transition-duration
  3.    transform-duration
  4.    transition-property
 Discuss Question
Answer: Option B. -> transition-duration
Question 75. Which of the following property defines when the transition will start and it allows a transition to begin execution some some period of time from when it is applied?
  1.    transform-delay
  2.    transition-delay
  3.    transform-duration
  4.    none of the mentioned
 Discuss Question
Answer: Option B. -> transition-delay
Question 76. Which of the following transform property value defines a 2D translation?
  1.    translate(x,y)
  2.    translate2d(x,y)
  3.    translate3d(x,y)
  4.    all of the mentioned
 Discuss Question
Answer: Option A. -> translate(x,y)
Question 77. Which of the following transform property value defines a translation, using only the value for the X-axis?
  1.    translate(x)
  2.    translateZ(x)
  3.    translateY(x)
  4.    translateX(x)
 Discuss Question
Answer: Option D. -> translateX(x)
Question 78. Which of the following transform property value defines a 3D scale transformation?
  1.    circle(x,y,z)
  2.    scale3d(x,y,z)
  3.    rotate3d(x,y,z,angle)
  4.    rotate(angle)
 Discuss Question
Answer: Option B. -> scale3d(x,y,z)
Question 79. Which of the following transform property value defines a perspective view for a 3D transformed element?
  1.    perspective3d(n)
  2.    perspective(n,n,n)
  3.    perspective(n)
  4.    none of the mentioned
 Discuss Question
Answer: Option B. -> perspective(n,n,n)
Question 80. Which of the following transform property value defines a 2D skew transformation along the X- and the Y-axis?
  1.    skewX(angle)
  2.    skewY(angle)
  3.    skew(x-angle,y-angle)
  4.    none of the mentioned
 Discuss Question
Answer: Option C. -> skew(x-angle,y-angle)

Latest Videos

Latest Test Papers