Sail E0 Webinar

MCQs

Total Questions : 16 | Page 1 of 2 pages
Question 1. Which of the following measurement defines a measurement relative to a font's x-height?
  1.    e
  2.    xh
  3.    ex
  4.    rxh
 Discuss Question
Answer: Option C. -> ex


Defines a measurement relative to a font's x-height. The x-height is determined by the height of the font's lowercase letter x.


Question 2. Which of the following CSS Property specifies whether the labels for an element's list items are positioned inside or outside the "box defined by the listed item?
  1.    list-style
  2.    list-position
  3.    list-style-position
  4.    all of the above
 Discuss Question
Answer: Option C. -> list-style-position


Syntax: list-style-position: inside | outside


Question 3. Which of the following property allows the text direction to be overridden to support multiple languages and text flow directions in the same document?
  1.    unicode-bidi
  2.    visibility
  3.    top
  4.    vertical-align
 Discuss Question
Answer: Option A. -> unicode-bidi


Syntax: unicode-bidi: bidi-override | embed | normal| inherit


Question 4. Which of the following property specifies the size of the mask?
  1.    box-sizing
  2.    box-shadow
  3.    box-reflect
  4.    none of the above
 Discuss Question
Answer: Option C. -> box-reflect




Question 5. Which of the following property is used to control the space between the border and content in a table?
  1.    border
  2.    margin
  3.    padding
  4.    resize
 Discuss Question
Answer: Option C. -> padding




Question 6. _____________ property defines the space between cells in a table.
  1.    border
  2.    border-spacing
  3.    border-style
  4.    none of the above
 Discuss Question
Answer: Option B. -> border-spacing


border-spacing: non-negative length(s) | inherit


Question 7. Which of the following property allows long words to be able to be broken and wrap onto the next line?
  1.    line-wrap
  2.    break-word
  3.    word-wrap
  4.    word-break
 Discuss Question
Answer: Option C. -> word-wrap


This property helps you break the words and wrap onto the next line to prevent overflow of div.


Question 8. Which of the following property generates content in a document and is used with the :before and :after pseudo-elements?
  1.    text
  2.    content
  3.    contents
  4.    none of the above
 Discuss Question
Answer: Option C. -> contents


Syntax: content: normal | none | string


Question 9. Which of the following property defines when the animation will start. It allows an animation to begin execution some time after it is applied?
  1.    animation-stop
  2.    animation-delay
  3.    animation-start
  4.    animation-control
 Discuss Question
Answer: Option B. -> animation-delay




Question 10. As a general rule, properties in CSS inherit from ___________ elements
  1.    child to parent
  2.    parent to child
  3.    grandparents to parents
  4.    none of the above
 Discuss Question
Answer: Option B. -> parent to child




Latest Videos

Latest Test Papers