Advertisements
Advertisements
Question
Define HTML form controls.
Answer in Brief
Solution
- Text inputs contain textbox and text area controls,
- Buttons may contain Submit button, Reset button and Cancel Button,
- A checkbox is an important feature which selects more than one value from the HTML form,
- Radio box is similar to checkbox but one value can be chosen at a time,
- File select is the best feature to select one file from the local machine to server machine at a time.
- Form tag is used to mention a method (POST or GET) and control the entire form controls in the HTML document.
shaalaa.com
HTML Forms
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
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.
______ method stores the input data in the request body of the clients HTTP request.
What does fopen() function do in PHP?
How PHP files can be accessed?
Identify which is not a server side application language.
Write the features Form Handling.
Write the purpose Get method and Post method.
Write short notes on File handling.
Explain Form Handling methods.
Discuss in detail about HTML form controls.