Sabtu, 30 Juli 2016

How to work with forms and form controls in HTML

A form is a collection of GUI controls like textboxes, checkboxes, radio buttons etc which allows the user to send data to the server. After entering the data into the form, a special program is used to process that data. Such programs are called as form handlers. Inserting a Form To insert a form into the web page, we can use the <form> tag. The syntax for the <form> tag is shown below: <form action=”url_to_send_data” method=”get/post”> The action attribute is used to specify the formal handler as a URL. Themethod attribute is used to specify how the data is sent

The post How to work with forms and form controls in HTML appeared first on Coding Security.


How to work with forms and form controls in HTML
read more

Tidak ada komentar:

Posting Komentar