The ____ function adds a new element as the final child of the current selection's element

15. The ____ function adds a new element as the final child of the current selection's element.

  1. End()
  2. Add()
  3. AddLast()
  4. Append()

Answer: D) Append()

Explanation:

The append() function adds a new element as the final child of the current selection's element.

Comments and Discussions!

Load comments ↻






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