HTML Tutorial (5) Form (FORM) Tag (Tags)

xiaoxiao2021-03-06  53

◇ Basic syntax

Basic syntax of form

* = GET, POST

Provided to the user's input form

* = Text, Password, Checkbox, Radio, Image, Hidden, Submit, Reset

** = Symbolic Name for CGI Script

◇ text input and password input

* = Text, Password

◇ check box (Checkbox) and radiobutton

◇ image coordinates

After selecting a coefficient below, you know what is an image coordinate!

◇ Elements hidden forms

◇ list box (Selectable Menu)

Basic syntax

...

Banana Apple Orange Peach

Note that it is multi-selected with a CTRL key to match the mouse. (Like MS-Windows File Manager) Banana Apple Orange Peach

◇ Text area ...