Code Player
HTML
CSS
JavaScript
Output
Welcome to Code Player
p{color: red;}
document.getElementById("p").innerHTML = "Hello World";