Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>La Musique Classique</title>
  6. <link rel="stylesheet" href="Style.css" />
  7. </head>
  8. <body>
  9. <header> <h1><a href="Acceuil.html" style= "text-decoration:none; color: inherit;" >La Musique Classique</a></h1> </header>
  10. <nav>
  11. <ul>
  12. <li><a href="#">Acceuil</a>
  13. <ul>
  14. <li><a href="#">Frise Chronologique</a></li>
  15. <li><a href="#">Biographies</a></li>
  16. </ul>
  17. </li>
  18. <li><a href="#">Partitions</a></li>
  19. <li><a href="#">Audio</a></li>
  20. <li><a href="#">Aide</a></li>
  21. </ul>
  22. </nav>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement