<!DOCTYPE html> <html lang=""> <head> <meta charset="utf-8"> <title></title> </head> <body> <form action="/post_test" id="person" method="post"> <label class="h2" form="person">Namenseingabe</label> <label for="vorname">Vorname</label> <input type="text" name="vorname" id="vorname" maxlength="30"> <label for="zuname">Zuname</label> <input type="text" name="zuname" id="zuname" maxlength="40"> <button type="reset">Eingaben zurücksetzen</button> <button type="submit">Eingaben absenden</button> </form> </body> </html>