var spCity = document.getElementById("spCity"); var spPrice = document.getElementById("spPrice"); spCity.innerHTML = "Santa Maria, CA"; spPrice.innerHTML = "$2.99 ";