____ method returns an element at a given index from a collection of HTML elements

20. ____ method returns an element at a given index from a collection of HTML elements.

  1. Get(int index)
  2. Extract(index)
  3. Retrieve(index)

Answer: A) Get(int index)

Explanation:

get(int, index) method returns an element at a given index from a collection of HTML elements.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.