Q. Which of the following measurement represent seconds?

  • (A) second
  • (B) sec
  • (C) se
  • (D) s
πŸ’¬ Discuss
βœ… Correct Answer: (D) s

Q. Which of the following selector is used to select elements that are read-only. When applied to form elements, this would select fields with the readonly attribute set?

  • (A) :read-only
  • (B) :required
  • (C) :target
  • (D) :valid
πŸ’¬ Discuss
βœ… Correct Answer: (A) :read-only

Q. Which of the following selector is used to selects the element that is the root of the document?

  • (A) ::selection
  • (B) :only-of-type
  • (C) :target
  • (D) :root
πŸ’¬ Discuss
βœ… Correct Answer: (A) ::selection

Q. Which of the following selector is used to selects the element that is the nth child of its parent?

  • (A) :last-of-type
  • (B) :first-of-type
  • (C) :nth-child(n)
  • (D) ::first-line
πŸ’¬ Discuss
βœ… Correct Answer: (C) :nth-child(n)

Q. Which of the following selector is used to selects the element that is the first child of its parent that is of its type?

  • (A) :last-of-type
  • (B) :first-of-type
  • (C) ::first-line
  • (D) :nth-child(n)
πŸ’¬ Discuss
βœ… Correct Answer: (B) :first-of-type

Q. Which of the following selector is used to selects the elements that are the default among a set of similar elements?

  • (A) :default
  • (B) ::after
  • (C) :checked
  • (D) :disabled
πŸ’¬ Discuss
βœ… Correct Answer: (A) :default

Q. Which of the following selector is used to selects siblings?

  • (A) :checked
  • (B) ::after
  • (C) E[attr^=value].
  • (D) E ~ F
πŸ’¬ Discuss
βœ… Correct Answer: (D) E ~ F

Q. 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?

  • (A) Template Layout
  • (B) Transitions
  • (C) Values and Units
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (C) Values and Units

Q. What module defines the handling of lists, including marker styles and some aspects of counters?

  • (A) Namespaces
  • (B) Media Queries
  • (C) Lists
  • (D) Line Layout
πŸ’¬ Discuss
βœ… Correct Answer: (C) Lists

Q. What module defines the management of generated content for print output, including crop mark indication, header/footer handling, and much more?

  • (A) Generated and Replaced Content
  • (B) Grid Positioning
  • (C) Behavioral Extensions
  • (D) Generated Content for Paged Media
πŸ’¬ Discuss
βœ… Correct Answer: (D) Generated Content for Paged Media