JavaScript and DOM
getElementsByIdgetElementsByTagNamequerySelectorlets us use "CSS selector" syntax and grab the "first" occurence.querySelectorAlllets us use "CSS selector" syntax and grab the "first" occurence.getAttributeandsetAttributeclassListandadd,remove,toggle- Various DOM methods to create nodes and add to the node tree (not today!)