Sail E0 Webinar

MCQs

Total Questions : 53 | Page 4 of 6 pages
Question 31. Which of the following nav-right value is used to the inherits this property from its parent element?
  1.    auto
  2.    id
  3.    target-name
  4.    inherit
 Discuss Question
Answer: Option D. -> inherit
Question 32. Which of the following Module is not available in CSS3.
  1.    DOMs
  2.    Fonts
  3.    Backgrounds and Borders
  4.    Color
 Discuss Question
Answer: Option A. -> DOMs
Question 33. What module introduces the ability to modify CSS property values over time, such as position or color, to create animated layouts?
  1.    3D Transforms
  2.    Animations
  3.    2D Transforms
  4.    Box Model
 Discuss Question
Answer: Option B. -> Animations
Question 34. What module defines the management of generated content for print output, including crop mark indication, header/footer handling, and much more?
  1.    Behavioral Extensions
  2.    Generated and Replaced Content
  3.    Generated Content for Paged Media
  4.    Grid Positioning
 Discuss Question
Answer: Option C. -> Generated Content for Paged Media
Question 35. What module defines the handling of lists, including marker styles and some aspects of counters?
  1.    Line Layout
  2.    Lists
  3.    Media Queries
  4.    Namespaces
 Discuss Question
Answer: Option B. -> Lists
Question 36. What module expands the absolute and relative units of measure, including significant changes to support animation and aural changes with time (s and ms) and angle (deg and rad) values?
  1.    Transitions
  2.    Template Layout
  3.    Web Fonts
  4.    Values and Units
 Discuss Question
Answer: Option D. -> Values and Units
Question 37. Which of the following selector is used to selects siblings?
  1.    ::after
  2.    E ~ F
  3.    :checked
  4.    E[attr^=value]
 Discuss Question
Answer: Option B. -> E ~ F
Question 38. Which of the following selector is used to selects the element that is the first child of its parent that is of its type?
  1.    :nth-child(n)
  2.    ::first-line
  3.    :last-of-type
  4.    :first-of-type
 Discuss Question
Answer: Option D. -> :first-of-type
Question 39. Which of the following selector is used to selects the elements that are the default among a set of similar elements?
  1.    ::after
  2.    :disabled
  3.    :default
  4.    :checked
 Discuss Question
Answer: Option C. -> :default
Question 40. Which of the following selector is used to selects the element that is the nth child of its parent?
  1.    :nth-child(n)
  2.    ::first-line
  3.    :last-of-type
  4.    :first-of-type
 Discuss Question
Answer: Option A. -> :nth-child(n)

Latest Videos

Latest Test Papers