Advertisement
daniel7

Unos podataka

Apr 28th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html >
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Telefonski imenik</title>
  6. <link rel="stylesheet" href="css/style.css">
  7. </head>
  8.  
  9.  
  10. <body>
  11.  
  12. <form>
  13. <header>Unesi svoje podatke</header>
  14. <label>Ime<span>*</span></label>
  15. <input/>
  16. <div class="help">Najmanje 2 znaka</div>
  17.  
  18. <label>Prezime <span>*</span></label>
  19. <input/>
  20. <div class="help">Ne zaboravite veliko slovo</div>
  21.  
  22. <label>Adresa<span>*</span></label>
  23. <input/>
  24. <div class="help">Unesite i poštanski broj</div>
  25.  
  26. <label>Broj telefona<span>*</span></label>
  27. <input/>
  28. <div class="help">Mobilnog, ne kućnog</div>
  29.  
  30. <label>Datum rođenja<span>*</span></label>
  31. <input/>
  32. <div class="help">DD/MM/YY format</div>
  33. <button>Uredu</button>
  34. </form>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement