Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="fr">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="Author" content="CORRADO Hugo-Pierre"/>
  6. <meta name="Keywords" content="TP HTML"/>
  7. <meta name="Description" content="Page Web TP Bureautique approfondie"/>
  8. <title> Site Web TP Bureautique exo3</title>
  9. </head>
  10. <body>
  11. <h1>Menus du Resto U </h1>
  12. <ul><li>Lundi : hachis Parmentier</li>
  13. <li>Mardi : saucisses de Strasbourg & gnocchis</li>
  14. <li>Mercredi : rôti de veau & brocolis</li>
  15. <li>Jeudi : dinde à la gasconne & riz créole</li>
  16. <li>Vendredi : brochette de colin & courgettes</li>
  17. </ul>
  18. <h1>Classement tournoi des 6 nations</h1> <!-- Points établis le 14/02/2015 -->
  19. <ol><li>Angleterre – 4 points</li>
  20. <li>Irlande – 4 points</li>
  21. <li>France – 2 points</li>
  22. <li>Pays de Galles – 2 points</li>
  23. <li>Ecosse – 0 point</li>
  24. <li>Italie – 0 point</li>
  25. </ol>
  26. <h1>Menus du Resto U le retour </h1>
  27. <ul>
  28. <li>Lundi :
  29. <ul><li>hachis Parmentier</li></ul>
  30. </li>
  31.  
  32. <li>Mardi :
  33. <ul><li>saucisses de Strasbourg</li></ul><ul><li>gnocchis</li></ul>
  34. </li>
  35.  
  36. <li>Mercredi :
  37. <ul><li>rôti de veau</li></ul><ul><li>brocolis</li></ul></li>
  38. </li>
  39.  
  40. <li>Jeudi :
  41. <ul><li>dinde à la gasconne</li></ul><ul><li>riz créole</li></ul></li>
  42. </li>
  43. <li>Vendredi :
  44. <ul><li>brochette de colin</li></ul><ul><li>courgettes</li></ul></li>
  45. </li>
  46.  
  47. </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement