SOURCE
Local & private
123456789101112131415
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Hello World</title></head><body> <main class="card"> <h1>Hello World!</h1> <p>Edit the HTML and see your changes instantly.</p> <button type="button" id="hello-button">Test JavaScript</button> </main></body></html>
OUTPUTLive preview