School
Advanced Javascript
Week 03
Class
Read
- Creating Elements with JavaScript
How to use the DOM createElement() method to create new HTML elements with JavaScript.
- Appending Elements with JavaScript
How to use the DOM appendChild() method to add new HTML elements to an existing element with JavaScript.
- Inserting Elements with JavaScript
How to use the DOM insertBefore() method to insert a new HTML element before an existing element with JavaScript.