Question: Which DOM elements will this component metadata selector match on?

  1. Any element with the attribute app-user-card, such as `
    `.
  2. The first instance of ``.
  3. All instances of ``.
  4. All instances of ``.

Answer: The correct answer of the above question is Option C:All instances of ``.