Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung |
modul:m293:learningunits:lu06:loesungen:buch [2024/03/28 14:07] – created - external edit 127.0.0.1 | modul:m293:learningunits:lu06:loesungen:buch [2025/05/07 07:52] (aktuell) – kmaurizi |
---|
====== LU06.L02 - Buch ====== | ====== LU06.L02 - Buch ====== |
[[https://templates-html.github.io/M293_LU06/A02/book.html|Live-Preview]] | [[https://templates-html.github.io/m293-lu06-a02-book/book.html|Live-Preview]] |
| |
| {{gh>https://github.com/templates-html/m293-lu06-a02-book/blob/solution/book.html}} |
| |
<code html> | |
<!DOCTYPE html> | |
<html lang='de'> | |
<head> | |
<meta charset='UTF-8'> | |
<title>LU06.A02 - Buch</title> | |
</head> | |
<body> | |
<form action='https://it.bzz.ch/demo/formdata/index.php' method='post'> | |
<div> | |
<label for='title'>Buchtitel</label> | |
<input id='title' name='title' type='text' minlength='2' maxlength='30' required> | |
</div> | |
<div> | |
<label for='authors'>Autoren</label> | |
<input id='authors' name='authors' type='text' minlength='5' maxlength='40'> | |
</div> | |
<div> | |
<label for='price'>Price</label> | |
<input id='price' name='price' type='number' min='0.05' max='99.95' step='0.05'> | |
</div> | |
<div> | |
<label for='release'>Erscheinungsdatum</label> | |
<input id='release' name='release' type='date'> | |
</div> | |
<div> | |
<label for='edition'>Auflage</label> | |
<input id='edition' name='edition' type='range' min='1' max='9'> | |
</div> | |
<div> | |
<button type='submit'>Absenden</button> | |
<button type='reset'>Zurücksetzen</button> | |
</div> | |
</form> | |
</body> | |
</html> | |
</code> | |
| |
---- | ---- |
[[https://creativecommons.org/licenses/by-nc-sa/4.0/|{{https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png}}]] Kevin Maurizi, Marcel Suter | [[https://creativecommons.org/licenses/by-nc-sa/4.0/|{{https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png}}]] Kevin Maurizi, Marcel Suter |