Advertisements
Advertisements
प्रश्न
Define HTML form controls.
संक्षेप में उत्तर
उत्तर
- 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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
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.
When you use the $_GET variable to collect data, the data is visible to ______.
Which attribute of form tag helps in client-side validation?
The no. of parameters used by fclose() function.
How PHP files can be accessed?
Identify which is not a server side application language.
Define for Form Handling method in PHP.
Write any two rules for input HTML.
Write the features Form Handling.
Write the purpose Get method and Post method.