Code PlaygroundHTML/CSS/JS live preview and execution.HTML<h1>Hello</h1> <p>World</p>CSSh1 { color: cyan; }JavaScriptdocument.querySelector('p').style.color = 'red';Preview