Create formulare.md

This commit is contained in:
Lukáš Kaňka 2022-12-01 18:30:08 +01:00 committed by GitHub
parent ab2bf2b878
commit 70452621d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
formulare.md Normal file
View File

@ -0,0 +1,18 @@
```
<button> tlačítko
<fieldset> seskupuje formulářová pole
<form> formulář
<input /> vstupní pole (text, číslo datum, ...)
<keygen /> odeslání formuláře pomocí certifikátu
<label> popisek formulářových polí
<option> položka pole výběru
<output> výsledek operace
<select> pole výběru (seznam nebo rozbalovací nabídka)
<textarea> víceřádkové textové pole
```