Ways of Accessing the DOM

querySelector and querySelectorAll

getElementById

This returns a single element node that we can directly operate on.
Remember that id values must be unique, so we only get a single match!