HTML
CSS
JS
Export to CodePen
<h1>Hello, World!</h1>
html { color-scheme: dark;} body { font-family: Arial, sans-serif; }
console.log('Hello from the code editor!');
hello-world.html
-
Preview