Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <!doctype html>
  2. <head>
  3. <meta http-equiv="Content Type" content="text/html; charset=utf-8" />
  4. <meta name="Description" content="Opis strony" />
  5. <link rel="Stylesheet" type="text/css" href="style/style.css" />
  6. <meta name="Keywords" content="Wyrazy kluczowe rozdzielone przecinkami" />
  7. <title> tytuł strony </title>
  8. </head>
  9. <body>
  10. <div id="Baner">
  11. <p>Strona w HTML 5</p>
  12. </div>
  13.  
  14. <div id="Left">
  15. <p><a href="wiz.html">Wizytówka</a></p>
  16. <p><a href="form.html">Formularz</a></p>
  17. <p>Trzeci element menu</p>
  18. <p>...</p>
  19. </div>
  20. <div id="Content">
  21. <p>Właściwa treść strony. <br> Dalszy ciąg treści strony</p>
  22.  
  23. </div>
  24. <div id="Right">
  25. <img id="Reklama" src="reklama.png"/>
  26. </div>
  27. <div id="Footer">
  28. <p>Footer &copy; Wszelkie prawa zastrzeżone</p>
  29. </div>
  30.  
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement