bartek27210

hmtl1

Oct 14th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. <!--
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. -->
  4. <!DOCTYPE html>
  5. <!--
  6. PUBLIC "-//W3C//DTD XHTML
  7. 1.0 Strict//EN"
  8. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-
  9. strict.dtd">
  10. -->
  11. <html
  12. xmlns="http://www.w3.org/1999/xhtml"
  13. lang="pl" xml:lang="pl">
  14.  
  15.  
  16.  
  17. <head>
  18. <meta charset="utf-8">
  19. <title>Title</title>
  20. </head>
  21. <body>
  22. <div id="container" style="width:100%">
  23. <header style="background-color:#CCC;">
  24. <h1 style="margin-bottom:0;text-align:center;">Title</h1>
  25. </header>
  26. <nav style="background-color:#DDD;height:200px;width:20%;float:left;">
  27. <a href="http://web.prz.edu.pl/">Strona przedmiotu</a>
  28. <a href="http://web.prz.edu.pl/" target="blank|_self|_parent|_top">Link</a><p></p>
  29. <a href="#label">Tekst</a>
  30. <a id="label">Tekst</a><p></p>
  31. <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>
  32. <a href="http://google.com" title="Podpis w dymku linka">Tekst linku</a><p></p>
  33. </nav>
  34. <section style="background-color:#FFF;height:200px;width:60%;float:left;">
  35. <h2>
  36. Content
  37. </h2>
  38. </section>
  39. <aside style="background-color:#DDD;height:200px;width:20%;float:right;">
  40. ads
  41. </aside>
  42. <footer style="background-color:#CCC;clear:both;text-align:center;">
  43. <div><img src="F_icon.svg" height="40" alt="alt" width="40">
  44. &nbsp;&nbsp;&nbsp;
  45. <img src="T_icon.svg" height="40" alt="alt" width="40"></div>
  46. </footer>
  47. </div>
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment