Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="sk">
  3.  
  4. <head>
  5. <meta name="description" content="Stránka o ...">
  6. <meta name="keywords" content="stránka">
  7. <meta name="author" content="K">
  8. <meta charset="UTF-8">
  9. <title>Menu</title>
  10. <link rel="stylesheet" type="text/css" href="lavemenu.css">
  11. </head>
  12. <body>
  13.  
  14. <div id="obal">
  15.  
  16. <header>
  17. Hlavička stránky
  18. </header>
  19.  
  20. <nav id="vodorovne">
  21.  
  22. <a href="">Polozka 1</a>
  23. <a href="">Polozka 2</a>
  24. <a href="">Polozka 3</a>
  25. <a href="">Polozka 4</a>
  26. <a href="">Polozka 5</a>
  27.  
  28. </nav>
  29.  
  30. <nav id="lavemenu">
  31.  
  32. <ul>
  33. <li><a href="lavemenu.html">Text</a></li>
  34. </ul>
  35.  
  36. <ul>
  37. <li><a href="vlk.html">Vlk</a></li>
  38. </ul>
  39.  
  40. <ul>
  41. <li><a href="pes.html">Pes</a></li>
  42. </ul>
  43.  
  44. </nav>
  45.  
  46. <div id="obsah">
  47. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
  48. tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
  49. quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
  50. consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
  51. cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
  52. proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  53. </div>
  54.  
  55. <footer>
  56. &copy; 2017 K
  57. </footer>
  58.  
  59. </div>
  60.  
  61. </body>
  62. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement