In this video, we review adding and removing elements to the DOM.
The insertAdjacentElement method can use beforeBegin, afterBegin, beforeEnd, afterEnd.
When removing elements, besure the remove the actual html element, and not the Dart object.