mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 10:41:56 +01:00
25 lines
436 B
HTML
25 lines
436 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"
|
||
|
"http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Text des Titels</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1>Gewaehlt</h1>
|
||
|
|
||
|
<form action="select.htm">
|
||
|
<p>
|
||
|
<select name="top5" size="3">
|
||
|
<option>Heino</option>
|
||
|
<option>Michael Jackson</option>
|
||
|
<option>Tom Waits</option>
|
||
|
<option>Nina Hagen</option>
|
||
|
<option>Marianne Rosenberg</option>
|
||
|
</select>
|
||
|
</p>
|
||
|
</form>
|
||
|
|
||
|
</body>
|
||
|
</html>
|