Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title> Sklep internetowy </title>
  5. <meta charset="utf-8">
  6. <link rel="styleshieet" href="styl.css">
  7. </head>
  8. <body>
  9.  
  10. <div id="baner">
  11. <h1> W naszym sklepie internetowym kupisz najtaniej </h1>
  12. </div>
  13.  
  14. <div id="lewy">
  15. <p> Promocja %15 obejmuje artykuły </p>
  16. </div>
  17.  
  18. <div id="srod">
  19. <h3> Cena wybranego artykułu w promocji </h3>
  20. <form method="POST">
  21. <select name="nazwa">
  22. <option> Gumka do mazania </option>
  23. <option> Cienkopis </option>
  24. <option> Pisaki 60 szt. </option>
  25. <option> Markery 4 szt. </option>
  26. </select>
  27. <input type="submit" value="WYBIERZ">
  28. </div>
  29.  
  30. <div id="prawy">
  31.  
  32. </div>
  33.  
  34. <div id="stopka">
  35.  
  36. </div>
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement