Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2016
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <meta charset="utf-8">
  5.   <meta charset="utf-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1">
  7.   <title>Dilax's Blog</title>
  8.   <link rel="stylesheet" type="text/css" href="styles.css" media="screen">
  9. </head>
  10. <body>
  11.  
  12. <header>
  13.  
  14.   <hgroup>
  15.     <h1>Dilax's Blog</h1>
  16.     <h2>Blog o it i nie tylko</h2>
  17.   </hgroup>
  18.  
  19.   <nav>
  20.     <ul>
  21.       <li><a href="#">Ogólnie o it</a></li>
  22.       <li><a href="#">Inne teksty</a></li>
  23.       <li><a href="#">O mnie</a></li>
  24.     </ul>
  25.   </nav>
  26.  
  27. </header>
  28.  
  29. <section>
  30.  
  31. <article>
  32.  
  33. <h1>Pierwszy tekst</h1>
  34.  
  35. <h2>Wstęp</h2>
  36.  
  37. <p>Mój tekst</p>
  38.  
  39. <h1>Drugi tekst</h1>
  40.  
  41. <h2>Wstęp</h2>
  42.  
  43. <p>Kolejny tekst</p>
  44.  
  45.  
  46.  
  47. <figure id="kawasaki">
  48.   <div class="image"><img src="kawasaki.gif" alt="Moja kawasaki.">
  49.   </div>
  50.   <figcaption>Lubię zapierdalać na motorku</figcaption>
  51. </figure>
  52.  
  53. <p>tekst</p>  
  54.  
  55.  
  56.  
  57.  
  58. <footer>
  59.  
  60. <small>Copyright © Dilax</small>
  61.  
  62.   <nav>
  63.     <ul>
  64.       <li><a href="#">Coś tutaj</a></li>
  65.  </ul>
  66.   </nav>
  67.  
  68. </footer>
  69. </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement