Code Sandbox
v1.0
Write and debug HTML, CSS, JavaScript in real-time
Templates:
Basic HTML
Clicker
Grid
Theme
RUN CODE
📝 Edit Code
👁️ Live Preview
index.html
style.css
script.js
Basic
Clicker
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>My First Web Page</title> </head> <body> <h1>Welcome to Nextsem Academy!</h1> <p>This is a basic HTML web page. You can add HTML elements inside the body tag.</p> <button id="alertBtn">Test Click</button> </body> </html>
Output Window
sandboxed environment
Click RUN to render preview
Console Logs
Clear
Console output is empty. Run code with console.log() to view outputs.
NS
Home
Course
Playground
Theme
Menu