HTML
CSS
JS
RUN
HTML
<!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <title>My Project</title> <style> body { font-family: sans-serif; padding: 20px; background: #f8f7ff; } h1 { color: #5b5bd6; } </style> </head> <body> <h1>Hello, Fun Coding! 👋</h1> <p>Mulai build sesuatu yang keren di sini.</p> </body> </html>
Preview
Home
Tracks
IDE
Projects
Profile