klassenarbeit dateien
This commit is contained in:
17
progp/lernen/ka_1/gewicht.html
Normal file
17
progp/lernen/ka_1/gewicht.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- CODE-->
|
||||
<h1>Gewichtsprüfung</h1>
|
||||
<form action="gewicht.php">
|
||||
<label for="name_gewicht">Gewicht eingeben: </label>
|
||||
<input type="number" min="0" max="360" id="id_input_gewicht" name="name_gewicht">
|
||||
<button type="submit">ok</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user