Advertisements
Advertisements
Question
Which attribute of form tag helps in client-side validation?
Options
Submit
Check
Validate
Required
MCQ
Solution
Required
shaalaa.com
HTML Forms
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
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.
When you use the $_GET variable to collect data, the data is visible to ______.
How PHP files can be accessed?
Identify which is not a server side application language.
Write any two rules for input HTML.
Write the purpose Get method and Post method.
Differentiate Get and Post Method.
Explain the process File handling.
Customer Analytics firm needs to design a survey form as shown below:
Write suitable HTML code to design it.