XHTML provides forms for collecting information from USERS.Forms contain visual components such as buttons that users CLICK.
Forms may also contain non-visual components called hidden inputs which are used to store any DATA such as e-mail ddressesand XHTML document file names used for linking.
A form begins with the form element.Attribute METHOD specifies how the form’s data is sent to the server.