Advertisement
Guest User

Untitled

a guest
May 19th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.58 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3.     <head>
  4.         <meta charset="utf-8"/>
  5.         <title>Moje zainteresowania</title>
  6.         <link rel="stylesheet" href="style1.css"/>
  7.     </head>
  8.     <body>
  9.         <div id="label">Witaj na stronie poświęconej moim zainteresowaniom!</div>
  10.         <ul class="menu">
  11.             <span class="menu_text">MENU</span>
  12.             <li class="option"><a href="#example">Raz</a></li>
  13.             <li class="option"><a href="#example2">Dwa</a></li>
  14.             <li class="option">Trzy</li>
  15.             <li class="option">Cztery</li>
  16.         </ul>
  17.         <div id="example2">TEKST1</div>
  18.         <div id="example" >TEKST2</div>
  19.     </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement