Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.     <meta charset="utf-8" />
  6.     <title>Vježbanje s Irhadom</title>
  7.     <link rel="stylesheet" type="text/css" href="forma_css_ispit.css" />
  8. </head>
  9. <body>
  10.     <nav>Naslovnica Vijesti Sport Business Lifestyle Kontakt</nav><br />
  11.     <form id="forma1">
  12.      
  13.         <div class="center">
  14.             <label id="labela">Registirajte se</label>
  15.             <hr />
  16.             <label for="ime">Vaše lične informacije</label><br />
  17.             <input type="text" name="ime" id="ime" placeholder="Vaše željeno korisničko ime" required /><br />
  18.  
  19.             <input type="text" name="prezime" id="prezime" placeholder="Vaša email adresa" required /><br /><br />
  20.  
  21.             <label for="šifra">Vaša lozinka</label><br />
  22.             <input type="password" name="šifra" id="šifra" placeholder="Vaša lozinka" /><br />
  23.             <input type="password" name="šifra" id="šifra" placeholder="Potvrdite lozinku" /><br /><br />
  24.  
  25.  
  26.             <label for="datum">Vaš datum rođenja</label><br />
  27.             <input type="date" id="datum" placeholder="Vaš datum rođenja" /><br /><br />
  28.  
  29.             <textarea name="txtarea1" placeholder="Vaša kompletna adresa"></textarea><br />
  30.         </div>
  31.  
  32.        
  33.         <div >
  34.             <label id="labela1"><input type="checkbox" id="clabela"/> Prihvatam FIT uslove korištenja</label>
  35.            
  36.             <input type="submit" id="dugme" name="Registracija" value="Registracija" />
  37.         </div>
  38.  
  39.     </form>
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement