CoboCards App FAQ & Wishes Feedback
Language: English Language
Sign up for free  Login

This flashcard is just one of a free flashcard set. See all flashcards!

All main topics / Webprogrammierung / webprogrammierung / Frank_Webprogrammierung
7
Formular HTML
Umschließung der Elemente:
<form action="bestaetigung.php" method="post">
...
</form>

Dropdown:
<select size="1" name="anrede"><option>Herr</option><option>Frau</option><option>beides</option></select>

Textfeld:
<input type="text" name="vName" value="" size="80" maxlength="" />

Checkbox:
->mehrere Auswählbar
<input name="china" type="checkbox" value="1"/> China
<input name="doener" type="checkbox" value="1"/> Döner
<input name="maultasche" type="checkbox" value="1"/> Maultasche

Radiobutton:
->wenn name gleich, dann nur eins auswählbar
<input required="required" type="radio" name="jahre" value="250 Jahre" />250 Jahre
<input type="radio" name="jahre" value="100 Jahre"/>100 Jahre
<input type="radio" name="jahre" value="50 Jahre"/>50 Jahre

Submit:
<input type="submit" value="absenden und gewinnen" />
New comment
Flashcard info:
Author: learner94
Main topic: Webprogrammierung
Topic: webprogrammierung
Published: 26.08.2017

Cancel
Email

Password

Login    

Forgot password?
Deutsch  English