This repository has been archived on 2025-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2bki21/progp/24-11-21/primzahlrechner.html
danielvici123 3b725c575e prog: aufgabe vom 24-11-25, inf: flanken code
PROGT:
- wie viel reiskörner auf jedem feld eines schachbrett ist und wie viel kg auf dem schachbrett ist
- primzahlrechner

INF:
code zum  mitschrieb von inf
2024-11-21 10:48:26 +01:00

16 lines
418 B
HTML

<!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>
<h1>Primzahlrechner</h1>
<form action="primzahlrechner.php">
<label for="zahl">Zahl:</label>
<input type="number" name="zahl" id="zahl">
<input type="submit" value="Testen">
</form>
</body>
</html>