Forms

Forms are created using the <FORM> tag. You can include

buttons <BUTTON>
input fields <INPUT TYPE="text">
password fields <INPUT TYPE="password">
checkbox fields <INPUT TYPE="checkbox">
file fields <INPUT TYPE="file">

and more ... . The buttons (except the "browse" have no functionality up to now, but we will add this in the Javascript session.

Full page view