Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  2. <html>
  3. <head>
  4. <title>Mi primera página con estilo</title>
  5. </head>
  6.  
  7. <body>
  8.  
  9. <!-- Menú de navegación del sitio -->
  10. <ul class="navbar">
  11. <li><a href="indice.html">Página principal</a>
  12. <li><a href="meditaciones.html">Meditaciones</a>
  13. <li><a href="ciudad.html">Mi ciudad</a>
  14. <li><a href="enlaces.html">Enlaces</a>
  15. </ul>
  16.  
  17.  
  18.  
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement