Advertisement
niske

Формулари

Feb 6th, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <form>
  2. <label>PADAJUČI MENI</label> <br>
  3. <select name="gradovi">
  4. <option value="Beograd">BG</option>
  5. <option value="Novi Sad">NS</option>
  6. <option value="Sombor">S0</option>
  7. <option value="Subotica">SU</option>
  8. </select>
  9. </form>
  10.  
  11. <form>
  12. <label >VIŠE OPCIJA</label> <br>
  13. <label>
  14. <input type="checkbox" name="opcijal" value="opcijal">prva opcija
  15. </label> <br>
  16. <label>
  17. <input type="checkbox" name="opcija2" value="opcija2">druga opcija
  18. 3/6
  19. </label> <br>
  20. <label>
  21. <input type="checkbox" name="opcija3" value="opcija3">treća opcija
  22. </label>
  23.  
  24.  
  25. </form>
  26.  
  27.  
  28. <form>
  29. <label>IME</label> <br>
  30. <input type="text" name="ime" required minlength="5" placeholder="username">
  31. <br>
  32. <label>LOZINKA</label> <br>
  33. <input type="pas sword" name="lozinka" minlength="8" required>
  34. <br>
  35. <input type="submit">
  36. </form>
  37.  
  38. <form>
  39.  
  40. <label>IME</label> <br>
  41. <input type="text">
  42. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement