1. add.element()
  2. element.add()
  3. element.appendChild()
  4. none of the mentioned
4 views

1 Answers

Answer: Option 3

The method element.appendChild() is used to add the element to the desired location within the document tree.

4 views

Related Questions