mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 02:31:58 +01:00
12 lines
420 B
PHP
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>
|