Skip to main content
PDF
AI
Code
More
Search
K
Web Compiler
Auto Run
HTML
CSS
JavaScript
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html> <html> <head> <title>My Page</title> </head> <body> <div class="container"> <h1>Hello, World!</h1> <p>Start editing to see your changes live.</p> <button id="btn" onclick="changeColor()">Click Me</button> <div id="output"></div> </div> </body> </html>
Preview