Advertisements
Advertisements
प्रश्न
Differentiate check box and Radio button.
अंतर स्पष्ट करें
उत्तर
- Check box:
- Checkboxes are also mostly used in HTML forms. A checkbox allows you to choose one or many options to be selected from a list of options.
- Radio buttons:
- HTML forms are required when you need to collect some data from the site visitors.
- A radio button is used when you want to select only one option out of several available options.
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›
______ method stores the input data in the request body of the clients HTTP request.
The no. of parameters used by fclose() function.
Identify which is not a server side application language.
Define for Form Handling method in PHP.
What is a HTML form?
Write any two rules for input HTML.
Write the purpose Get method and Post method.
Explain Form Handling methods.
Explain concepts of HTTP Uploading process.