Notes | for more details | form reference |
The <form>
tag allows you to create a web form and
provides automatic layout. Most components are laid out vertically with buttons at the
lower right. The data represented by components that are enclosed in the form tag can be
sent to the server using the <submit>
tag.