aktuelle.kurse/oldies/m133/4_Modulinhalte_und_Uebungen/00-Anwendungen-Beispiele-Uebungen/kapitel05/quiz1.php

12 lines
420 B
PHP
Raw Normal View History

2022-02-23 22:44:33 +01:00
<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>