Question: Which method do you use to attach one DOM node to another?

  1. `attachNode()`
  2. `getNode()`
  3. `querySelector()`
  4. `appendChild()`

Answer: The correct answer of the above question is Option D:`appendChild()`