CODE PLAYER
HTML
CSS
JAVASCRIPT
OUTPUT
hello world
p{color:blue;}
document.getElementById("para").innerHTML="Inner html is been changed.";
hello