Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.51 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <title>Strona HTML</title>
  6. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  7. <meta http-equiv="language" content="pl">
  8. <link rel="Stylesheet" type="text/css" href="css.css">
  9. </head>
  10. <body>
  11.  
  12. <div id="poj">
  13.  
  14. <div id="banner">Banner</div>
  15. <div id="lewa1">Lewa</div>
  16. <div id="lewa2">Lewa</div>
  17. <div id="lewa3">Lewa</div>
  18. <div id="lewa4">Lewa</div>
  19.  
  20. </div>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement