CodePlayer
HTML
CSS
JavaScript
Output
Hello World
p { color: green; }
document.getElementById("paragraph").innerHTML = "Hello Rob!";