-
Which of the following is not DOM property?
-
- document.createElement()
- element.innerHTML
- document.getElementById()
- element.appendChild(node)
- None of these
Correct Option: C
For generating DOM we use certain DOM properties or methods. Some of the DOM methods are element.appendChild(node), document.createElement(), element.innerHTML, document.removeElement().