Advertisements
Advertisements
प्रश्न
Write the features Form Handling.
थोडक्यात उत्तर
उत्तर
- HTML Forms are required, when you want to collect some data from the site visitor.
- A form will take input from the site visitor and then will post it to a back-end application such as CGI, ASP Script or PHP script etc.
- The back-end application will perform required processing on the passed data based on defined business logic inside the application.
shaalaa.com
HTML Forms
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Trace the output of following html code.
‹!DOCTYPE html›
‹html›
‹head›
‹title›Heading tags‹/title›
‹/head›
‹body›
‹h1 align=left›Information Technology‹/h1›
‹hr›
‹h2 align=center›XI Standard‹/h2›
‹h3 align=right›Division‹/h3›
‹/body›
‹/html›
______ method stores the input data in the request body of the clients HTTP request.
In which input field only one option Can be selected?
The no. of parameters used by fclose() function.
Define for Form Handling method in PHP.
Write Syntax of Text box in HTML,
What is a HTML form?
Explain concepts of HTTP Uploading process.
Explain the concept of Submit and Reset buttons in HTML forms.
Customer Analytics firm needs to design a survey form as shown below:
Write suitable HTML code to design it.