- Aufgabe aus PROG (UMDREHER.html und UMDREHER.php)

This commit is contained in:
danielvici123
2024-10-02 13:50:51 +02:00
parent aee03902ed
commit bff07dc7ae
3 changed files with 67 additions and 2 deletions

View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UMDREHER</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<h1>UMDREHER</h1>
<form action="prog_a2.php">
<div class="div_input">
<label for="nr_1" class="l if">Nummer 1</label>
<input type="number" name="nummer_eins" id="nr1"><br>
</div>
<div class="div_input">
<label for="nr_2" class="l if">Nummer 2</label>
<input type="number" name="nummer_zwei" id="nr_2"><br>
</div>
<button type="submit">Tauschen</button>
</form>
</div>
</body>
</html>