What does the .appendChild() instruction do?
- It adds the element between parentheses inside the parent element
- It creates a new element inside the parent element
- It removes an element from the parent element
It adds the element between parentheses inside the parent element.