CodePlayer
HTML
CSS
JavaScript
Output
Hello World!
#heading { color: blue; }
document.getElementById("heading").innerHTML = "Hello AryanK!";