Today , i will explain about Form
A form is part of a web document that can be loaded by the user, for giving out certain information from the user to the website. A form is very important in a web application, especially dynamic web applications, because the form is the only means for the developer's website to obtain information from the user.
Knowing how to create an HTML form on the right is important to ensure there is no misunderstanding of the user in using the form provided. This section will explain how North create a form with HTML, form elements are provided, and how these elements are used. Processing dynamically form will not be discussed, and the CSS properties to beautify the look of the form will be discussed in the next section.
A form is part of a web document that can be loaded by the user, for giving out certain information from the user to the website. A form is very important in a web application, especially dynamic web applications, because the form is the only means for the developer's website to obtain information from the user.
Knowing how to create an HTML form on the right is important to ensure there is no misunderstanding of the user in using the form provided. This section will explain how North create a form with HTML, form elements are provided, and how these elements are used. Processing dynamically form will not be discussed, and the CSS properties to beautify the look of the form will be discussed in the next section.
example :
Radio Button Form
Check Box
Drop Down
for concern : download