shaguftausman07 shaguftausman07 21-10-2022 Computers and Technology contestada Which of the following methods includes or embeds a new node directly ahead of a child node? a. node.appendChild(new) b. node.replaceChild(new, old) c. node.insertBefore(new, child) d. node.insert(new, old)