Alle Formularfelder
++ Link zu allen "Input"-Feldern: + https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input +
+ + +diff --git a/01_grundlagen/unterricht/tag05/03_contact-form.html b/01_grundlagen/unterricht/tag05/03_contact-form.html index 8b9b614..61407ab 100644 --- a/01_grundlagen/unterricht/tag05/03_contact-form.html +++ b/01_grundlagen/unterricht/tag05/03_contact-form.html @@ -48,6 +48,7 @@ type="email" name="email" id="input-email" + required class="form-control input-email" placeholder="E-Mail eingeben..." /> diff --git a/01_grundlagen/unterricht/tag05/alle-formularfelder.html b/01_grundlagen/unterricht/tag05/alle-formularfelder.html new file mode 100644 index 0000000..b2a8fee --- /dev/null +++ b/01_grundlagen/unterricht/tag05/alle-formularfelder.html @@ -0,0 +1,280 @@ + + +
+ + ++ Link zu allen "Input"-Feldern: + https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input +
+ + +