Advertisement
jelenpivo123

CONTACT

Jun 17th, 2019
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
  8. </head>
  9. <body>
  10.  
  11.  
  12. <div>
  13. <a href="index.html">HTML/CSS<span>!</span></a>
  14. <div>
  15. <a href="index.html">Početna</a>
  16. <a href="about.html">O nama</a>
  17. <a href="contact.html">Kontakt</a>
  18. </div>
  19. </div>
  20.  
  21.  
  22. <div>
  23. <div>
  24. <h3>Kontaktirajte nas</h3>
  25. <div>&nbsp;</div>
  26. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  27. </div>
  28. <div>
  29. <div>
  30.  
  31. <img src="images/map.jpg">
  32. </div>
  33. <div>
  34.  
  35. <form action="/action_page.php">
  36.  
  37. <label for="fname">Ime</label>
  38.  
  39. <input type="text" id="fname" name="firstname" placeholder="Vaše ime..">
  40.  
  41. <label for="lname">Prezime</label>
  42. <input type="text" id="lname" name="lastname" placeholder="Vaše prezime..">
  43.  
  44. <label for="email">Email</label>
  45. <input type="email" id="email" name="email">
  46.  
  47. <label for="gender">Pol</label>
  48.  
  49. <select id="gender" name="gender">
  50. <option value="male">Muški</option>
  51. <option value="female">Ženski</option>
  52. </select>
  53.  
  54. <label for="age">Godine</label>
  55.  
  56. <input type="number" id="age" name="age" value="20">
  57.  
  58. <label for="birthday">Datum rođenja</label>
  59. <input type="date" id="birthday" name="birthday">
  60.  
  61. <label for="subject">Predmet</label>
  62.  
  63. <textarea id="subject" name="subject" placeholder="Tekst.." rows="10" cols="30"></textarea>
  64.  
  65. <input type="submit" value="Pošalji">
  66. </form>
  67. </div>
  68. </div>
  69. </div>
  70.  
  71.  
  72. <div>
  73. <p>Copyright © 2019 Univerzitet Sinergija, Bijeljina</p>
  74.  
  75.  
  76. <span>
  77. <p>Made by Vladan Krunic
  78. </span>
  79. </div>
  80. </body>
  81. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement