Advertisements
Advertisements
प्रश्न
Define for Form Handling method in PHP.
परिभाषा
उत्तर
- Form tag is used to mention a method (POST or GET) and control the entire form controls in the HTML document.
- All input values are synchronized and sent to the server via POST or GET method.
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 Jr. web designer wants to design a webpage to enter the employee name, address. He needs a button to clear the form content and submit the data.
- Write the different controls he will use to create the web page.
- State the tags to be used for the controls.
In which input field only one option Can be selected?
How PHP files can be accessed?
Identify which is not a server side application language.
Write Syntax of Text box in HTML,
What is a HTML form?
Write any two rules for input HTML.
Write short notes on File handling.
Discuss in detail about HTML form controls.