LU06.L01 - Personalien

<!DOCTYPE html>
<html lang='de'>
  <head>
    <meta charset='UTF-8'>
    <title>LU06.A01 - Personalien</title>
  </head>
  <body>
    <main>
      <form action='https://it.bzz.ch/demo/formdata/index.php' method='post'>
        <label for='givenname'>Vorname</label>
        <input id='givenname' name='givenname' type='text'/>
        <label for='surname'>Vorname</label>
        <input id='surname' name='surname' type='text'/>
        <label for='residence'>Wohnort</label>
        <input id="residence" name='residence' type='text'/>
        <button type='submit'>Absenden</button>
        <button type='reset'>Zurücksetzen</button>
      </form>
    </main>
  </body>
</html>

Kevin Maurizi, Marcel Suter

  • modul/m293/learningunits/lu06/loesungen/personalien.txt
  • Last modified: 2023/11/13 08:56
  • by 127.0.0.1