// getElementById returns elements that have the id specified. Example: document.getElementById("specificparagraph").style.color = "blue"; /* The element with the id "specificparagraph" will have its text changed to blue. */