Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.07 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Strona</title>    
  4. <link rel="stylesheet" href="style.css">
  5.    
  6.     </head>
  7. <body>
  8. <div class="main-top">
  9. HEADER IMAGE A
  10.     </div>
  11.     <br>
  12.  <div class="headlines-container">
  13.     <p><b>Headline</b></p>
  14.      <p>Some text goes here.</p>
  15.      <p>Some text goes here.</p>
  16.      <p>Some text goes here.</p>
  17.     </div>
  18.     <div class="headlines-container-mid"><p>&nbsp;</p></div>
  19.      <div class="headlines-container-right">
  20.     <p><b>Headline</b></p>
  21.      <p>Some text goes here.</p>
  22.      <p>Some text goes here.</p>
  23.      <p>Some text goes here.</p>
  24.     </div>
  25. <div style="clear:both;"></div>    
  26. <div class="images">
  27. <img src="1.jpg">    
  28.     </div>
  29. <div class="images">
  30. <img src="2.jpg">    
  31.     </div>
  32. <div class="images-last">
  33. <img src="2.jpg">    
  34.     </div>
  35.  <div style="clear:both;"></div>
  36.     <br><br><br>
  37.  <div class="footer">
  38.     Privacy policy | <a href="pokospoko.jpg">Link #2</a> | <a href="">Link #3</a> | <a href="">Link #4</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Copyright &copy; 2013.
  39.     </div>  
  40.     </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement