Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl-PL">
  3.  
  4. <head>
  5.     <title>Kuchnie Świata</title>
  6.     <meta charset="UTF-8"/>
  7.     <link rel="stylesheet" href="css3.css"/>
  8. </head>
  9.  
  10. <body background="trawa.jpg">
  11.     <div id="calosc">
  12.         <div id="naglowek">
  13.             <div id="tytul">
  14.                 <h1><b>KUCHNIE ŚWIATA</b></h1>
  15.                 <h2><b><i>czyli lubię jeść</i></b></h2>
  16.             </div>
  17.         </div>
  18.         <div id="menu">
  19.             <div id="lista">
  20.                 MENU</br>
  21.                 </br>
  22.                 Coś</br>
  23.                 Coś</br>
  24.             </div>
  25.         </div>
  26.         <div id="tresc">
  27.             <!--<img class="kocyk" alt="kocyk" src="kocyk.jpg"/>-->
  28.             <div id="tekst">
  29.                 <h4>Wstęp</h4>
  30.             </div>
  31.         </div>
  32.         <div id="stopka">
  33.             <a href="https://www.google.pl/imghp?hl=pl">
  34.             <img class="google_grafika" alt="google_grafika" title="Logo Google Images" src="google_grafika.png"/>
  35.             </a>
  36.             <div id="zrodlo">
  37.                 Obrazki pobrane z grafiki Google --->
  38.             </div>
  39.         </div>
  40.     </div>
  41. </body>
  42.  
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement