Advertisements
Advertisements
प्रश्न
What is a HTML form?
टीपा लिहा
उत्तर
- 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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
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›
Discuss the following and Answer the question.
A teacher has asked a student to create a web page to accept number and check whether it is between 50 to 100.
- List the variable, operators to be used.
- Specify the built-in function used and structure used.
In which input field only one option Can be selected?
Which attribute of form tag helps in client-side validation?
The no. of parameters used by fclose() function.
PHP is a ______ programming language.
Write any two rules for input HTML.
Differentiate check box and Radio button.
Explain the process File handling.
Explain concepts of HTTP Uploading process.