Editor HTML
Código HTML
<!DOCTYPE html> <html> <head> <title>Mi Página Web</title> <style> body { font-family: Arial, sans-serif; text-align: center; padding: 50px; } h1 { color: #4CAF50; } </style> </head> <body> <h1>¡Bienvenido a mi página web!</h1> <p>Este es un ejemplo de contenido HTML.</p> <button onclick="alert('¡Hola!')">Haz clic aquí</button> </body> </html>
Vista Previa
Descargar HTML