var spCity = document.getElementById("spCity"); var spPrice = document.getElementById("spPrice"); spCity.innerHTML = "Hammondsville, OH"; spPrice.innerHTML = "$2.74 ";