var spCity = document.getElementById("spCity"); var spPrice = document.getElementById("spPrice"); spCity.innerHTML = "Rockford, IL"; spPrice.innerHTML = "$2.69 ";