ich habe ein Feld mit Radio-Buttons
dieses sieht folgendermaßen aus
Code: Alles auswählen
<dl>
<dt>Sie sind:</dt>
<dt>
<input type="radio" id="Mann" name="geschlecht" value="Mann"/><label for="Mann">Mann</label>
<input type="radio" id="Frau" name="geschlecht" value="Frau"/><label for="Frau">Frau</label>
</dt>
</dl>
wie mache ich das?