This commit is contained in:
jakub
2025-05-24 11:53:55 +02:00
parent 37f309f424
commit 3280b0c89e

View File

@@ -34,11 +34,11 @@
<input type="text" id="imie" name="imie"><br> <input type="text" id="imie" name="imie"><br>
<label for="liczba1">Podaj liczbę 1: </label><br> <label for="liczba1">Podaj liczbę 1: </label><br>
<input type="text" id="liczba1" name="liczba1"><br> <input type="text" id="liczba1" name="liczba1"><br>
<label for="liczba1">Podaj liczbę 2: </label><br> <label for="liczba2">Podaj liczbę 2: </label><br>
<input type="text" id="liczba2" name="liczba2"><br> <input type="text" id="liczba2" name="liczba2"><br>
<label for="liczba1">Podaj liczbę 3: </label><br> <label for="liczba3">Podaj liczbę 3: </label><br>
<input type="text" id="liczba3" name="liczba3"><br> <input type="text" id="liczba3" name="liczba3"><br>
<label for="liczba1">Podaj liczbę 4: </label><br> <label for="liczba4">Podaj liczbę 4: </label><br>
<input type="text" id="liczba4" name="liczba4"><br><br> <input type="text" id="liczba4" name="liczba4"><br><br>
<button type="submit">Pokaż</button> <button type="submit">Pokaż</button>
</form> </form>