CodeHere
RUN
HTML
CSS
JS
RESULT
HTML
Hey!
CSS
html{background-color:blue}
JS
document.getElementById("test").innerHTML = "its working";
RESULT