HTML FORMS Form: It provides an easy way to collect required information from web page visitors. Web page forms have three important parts: atag, form input elements, and a submit button An Input control is a type of input mechanism on a form. A form may contain several different types of input controls. • Text Input Controls (Text Box, Password Box) • Data Input Controls (Check Box, Radio Button, List Box, Combobox) • Button Controls (Submit Button) HTML forms are set of different form elements that allow to interact with the user by your HTML web page and collect the data and information from user. HTML Form fields HTML supports certain fields to collect different information from user. These fields are as following: 1. ...
Comments
Post a Comment