Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link rel="stylesheet" type="text/css" href="matmacss.css" />
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. </head>
  6. <body>
  7. <div id="obr">
  8. <center>
  9. <img src="baner.jpg" alt="Tekst alternatywny" />
  10. </center>
  11. </div>
  12. <div id="lewy">
  13. <a href="proste.html">-Proste dzialania</a>
  14. <a href="poteg.html">-Potegowanie</a>
  15. </div>
  16. <div id="prawy">
  17. <b><h1>Potegowanie</h1></b>
  18. <form action="...">
  19. Podaj podstawe potegi:<input type="text" name="nazwa" />
  20. </form>
  21. <form action="...">
  22. Podaj dodatni calkowity wykladnik potegi:<input type="text" name="nazwa" /><br>
  23. <button type="button" name="dodawanie" value="dodawanie">...</button>
  24. </form>
  25. </div>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement