HTML
CSS
JavaScript
Output
hello world
Change Text
p { color : green; font-size:25px; }
document.getElementById("button").onclick=function(){ document.getElementById("paragraph").innerHTML="This website is Awesome!";}