DOM
What does DOM
stand for and what does it allow to do?
When using querySelector
, what is being achieved?
What is the difference between remove
and removeChild
methods?
What method is used to add an element to the DOM and what do you have to do before adding it?