aktuelle.kurse/oldies/m133/4_Modulinhalte_und_Uebungen/00-Anwendungen-Beispiele-Uebungen/kapitel05/quiz1.php
Müller Harald 3fdacd20c0 muh
2022-07-28 09:14:44 +02:00

12 lines
420 B
PHP

<form action="quiz2.php" method="post">
<p>Welches ist die Hauptstadt der USA??
<br>
<br><input type="radio" name="hauptstadt" value="1"> New York
<br><input type="radio" name="hauptstadt" value="2"> Washington
<br><input type="radio" name="hauptstadt" value="3"> Chicago
<br><input type="radio" name="hauptstadt" value="4"> Boston
<br>
<br>
<input type="submit" value="Absenden">
</form>