Code Player
HTML
CSS
JAVASCRIPT
OUTPUT
Hello World!
p {color: green; }
document.getElementById('par').innerHTML = 'Hello there!!';