Advertisements
Advertisements
Question
What is a HTML form?
Short Note
Solution
- The main objective of PHP and HTML form controls are to collect data from users.
- In web development, user access website or web pages from a remote client machine and feed the data to a server.
- These data are collected via HTML form controls like textbox, dropdown box and radio button etc., and sent to server using server-side programming like PHP.
shaalaa.com
HTML Forms
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
______ method stores the input data in the request body of the clients HTTP request.
Define HTML form controls.
What is Form Validation in PHP?
Write any two rules for input HTML.
Differentiate check box and Radio button.
Write the purpose Get method and Post method.
Differentiate Get and Post Method.
Write short notes on File handling.
Explain the process File handling.
Customer Analytics firm needs to design a survey form as shown below:
Write suitable HTML code to design it.