Advertisement
causevd

strana3

Mar 22nd, 2012
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>
  4. Веб Дизајн
  5. </title>
  6. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  7. <meta http-equiv="description" content="Страна 1" />
  8. <meta http-equiv="keywords" content="страна1,веб,домашна" />
  9. </head>
  10. <body style="background-color: #2A2A2A">
  11. <table border="1" width="800px" style="margin-left: auto;margin-right: auto;border-color: black;border-width: 4px">
  12. <tr style="height: 80px;width: 100%; background-color: silver;vertical-align: middle">
  13. <td>
  14. <h1 style="color: white">Веб Дизајн</h1>
  15. </td>
  16. </tr>
  17. <tr style="height: 50px;width: 100%;vertical-align: middle">
  18. <td>
  19. <a style="text-decoration:none; margin-left:10px; background-color: #2A2A2A;font-size: 16px;font-weight: bold;color: #FFFFFF" href="strana1.html">Регистрација</a>&nbsp;&nbsp;|&nbsp;&nbsp;
  20. <a style="text-decoration:none; background-color: #2A2A2A;font-size: 16px;font-weight: bold;color: #FFFFFF" href="strana2.html">Најава</a>&nbsp;&nbsp;|&nbsp;&nbsp;
  21. <a style="text-decoration:none; background-color: #2A2A2A;font-size: 16px;font-weight: bold;color: #FFFFFF" href="strana3.html">Контакт</a>
  22. </td>
  23. </tr>
  24. <tr>
  25. <td>
  26. <form method="post">
  27. <table style="background-color: white;vertical-align: middle;width: 100%;height: 100%">
  28. <tr>
  29. <td>
  30. <h2 style="margin-top: 20px">
  31. Контакт
  32. </h2>
  33. </td>
  34. </tr>
  35. <tr>
  36. <td colspan="2">
  37. <table>
  38. <tr>
  39. <td>Е-пошта<input type="text" name="eposta" /> </td>
  40. </tr>
  41. <tr>
  42. <td><textarea rows="5" cols="20"></textarea></td>
  43. </tr>
  44. <tr>
  45. <td><p valign="middle"><input type="submit" value="Потврди"/>
  46. <input name="reset" type="reset" id="reset" value="Избриши" />
  47. </p></td></tr>
  48. </table>
  49. </td>
  50. <td style="vertical-align: top">
  51. <img style="margin-top: -50px" src="slika1.jpg" /> <br />
  52. <img src="slika2.jpg" /> <br />
  53. <img src="slika3.jpg" />
  54. </td></tr>
  55. </table>
  56. </form>
  57. </td>
  58. </tr>
  59. </table>
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement