<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title></title>
<style type="text/css">
body
{
font-family: "times new roman", serif;
font-size: 25px;
color: red;
}
</style>
</head>
<body>
<h1>Formular für Namenseingabe</h1>
<form>
<p>Vorname: <input name="Vorname" type="text" size="30"></p>
<p>Zuname: <input name="Zuname" type="text" size="30"></p>
<p><input name="Verweis" type="submit" value="Schicken"></p>
</form>
</body>
</html>