TheMalva

Ejemplo 1

Apr 7th, 2026
7,657
0
Never
36
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4.   <meta charset="UTF-8">
  5.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.   <title>Mi primera página</title>
  7. </head>
  8. <body>
  9.   <h1>Hola mundo</h1>
  10.   <p>Esta es mi primera página web.</p>
  11. </body>
  12. </html>
Advertisement