function hello () { var element = document.getElementById("Hello"); element.innerHTML = "Hi!!!Lol!!!"; element.style.backgroundColor = "yellow"; }