What does
document
.getElementById()
do?
Access an element by its ID
Create a new element with a certain ID
Add an element to a parent element
Access an element by its ID.