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