<!DOCTYPE HTML>
<html>
<head>
<title>Rabattrechner</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<form action="" method="post">
<select name="anrede">
<option>Herr</option>
<option>Frau</option>
</select>
<input type="text" name="name" placeholder="Name"><br>
<input type="text" name="zugeh" placeholder="Zugehörigkeit (Jahre)"><br&