change color of an id code example Example: javascript change color var span = document.getElementsByTagName("span")[0]; span.style.color = "red";