Chapter 9: DOM element Methods

In the previous chapter, we learned some of the core DOM properties. In this chapter, we are going to extend our knowledge of the DOM by exploring some DOM methods. Specifically, we’ll learn to use some of the built-in methods to add and remove nodes from the DOM. In addition, we’ll learn to set and remove attributes.

Javascript Add and Remove nodes