HTML Compiler
Templates
Copy
Download
Clear
index.html
0 lines
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My Page</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Segoe UI', sans-serif; padding: 40px 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; min-height: 100vh; display: flex; align-items: center; justify-content: center; } .container { text-align: center; max-width: 500px; } h1 { font-size: 2.5em; margin-bottom: 12px; text-shadow: 0 2px 10px rgba(0,0,0,0.2); } p { font-size: 1.1em; opacity: 0.9; line-height: 1.6; } .badge { display: inline-block; background: rgba(255,255,255,0.2); padding: 6px 16px; border-radius: 20px; font-size: 0.85em; margin-top: 20px; backdrop-filter: blur(10px); } </style> </head> <body> <div class="container"> <h1>Hello from Knobly!</h1> <p>Edit the code on the left to see your changes appear here in real-time. Try modifying colors, text, or adding new elements!</p> <span class="badge">✨ Live Preview Active</span> </div> </body> </html>
<
>
/
"
=
␣
{
}
(
)
;
:
Preview
Hi! 👋
KnoblyAI
Online
Hello! 👋
Your futuristic AI learning companion
I want to learn Python programming
I need handwritten notes for O-Level
I want to practice MCQ questions
Python
HTML
Notes
MCQ
KnoblyAI can make mistakes. Double-check important replies.