Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form>
- <label>PADAJUČI MENI</label> <br>
- <select name="gradovi">
- <option value="Beograd">BG</option>
- <option value="Novi Sad">NS</option>
- <option value="Sombor">S0</option>
- <option value="Subotica">SU</option>
- </select>
- </form>
- <form>
- <label >VIŠE OPCIJA</label> <br>
- <label>
- <input type="checkbox" name="opcijal" value="opcijal">prva opcija
- </label> <br>
- <label>
- <input type="checkbox" name="opcija2" value="opcija2">druga opcija
- 3/6
- </label> <br>
- <label>
- <input type="checkbox" name="opcija3" value="opcija3">treća opcija
- </label>
- </form>
- <form>
- <label>IME</label> <br>
- <input type="text" name="ime" required minlength="5" placeholder="username">
- <br>
- <label>LOZINKA</label> <br>
- <input type="pas sword" name="lozinka" minlength="8" required>
- <br>
- <input type="submit">
- </form>
- <form>
- <label>IME</label> <br>
- <input type="text">
- </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement