- Aufgabe aus PROG (UMDREHER.html und UMDREHER.php)
This commit is contained in:
26
progp/24-10-2/UMDREHER.html
Normal file
26
progp/24-10-2/UMDREHER.html
Normal 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>
|
||||
Reference in New Issue
Block a user