Advertisement
bartek27210

HTM;2

Oct 14th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl-PL">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Title</title>
  6. </head>
  7. <body>
  8. <div id="container" style="width:100%">
  9. <div id="header" style="background-color:#CCC;text-align:center;">
  10. <h1 style="margin-bottom:0;">Title</h1>
  11. </div>
  12. <div id="left_menu" style="background-color:#DDD;height:200px;width:20%;float:left;">
  13.  
  14. <a href="http://web.prz.edu.pl/">Strona przedmiotu</a>
  15. <a href="http://web.prz.edu.pl/" target="blank|_self|_parent|_top">Link</a><p></p>
  16. <a href="#label">Tekst</a>
  17. <a id="label">Tekst</a><p></p>
  18. <a href="http://facebook.com"><img src="https://www.facebook.com/images/fb_icon_325x325.png" alt="" style="width:100px; height:100px;"></a><p></p>
  19. <a href="http://google.com" title="Podpis w dymku linka">Tekst linku</a><p></p>
  20.  
  21. </div>
  22. <div id="content" style="background-color:#FFF;height:200px;width:60%;float:left;">
  23.  
  24. Content
  25. </div>
  26. <div id="right_menu" style="background-color:#DDD;height:200px;width:20%;float:right;">
  27. right menu
  28. </div>
  29. <!--
  30. </menu>
  31. -->
  32. <div id="footer" style="background-color:#CCC;clear:both;text-align:center;">
  33. <img src="https://www.joy.pl/u/ic/W1/u/a/17/06/to-najslodsze-zdjecie-roberta-lewandowskiego-z-mala-klara_5952791c.jpeg" alt="" height="40" width="40">
  34. &nbsp;&nbsp;&nbsp;
  35. <img src="F_icon.svg" alt=":)" height="40" width="40">
  36. </div>
  37. </div>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement