HOSTER BD
Back to File Manager
HTML Editor
HTML
<!DOCTYPE html> <html> <head> <title>My Page</title> <style> body { font-family: Arial; } h1 { color: #6c5ce7; } </style> </head> <body> <h1>Hello World!</h1> <p>This is a live HTML editor.</p> </body> </html>
Live Preview
Run
Save as HTML File