var spCity = document.getElementById("spCity"); var spPrice = document.getElementById("spPrice"); spCity.innerHTML = "Austin, TX"; spPrice.innerHTML = "$2.50 ";