Advertisements
Advertisements
Question
In HTML form <input type=”text”> is used to ______.
Options
process text
input text
Validate text
Output text
Solution
In HTML form <input type=”text”> is used to input text.
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.
______ method stores the input data in the request body of the clients HTTP request.
Identify which is not a server side application language.
List out HTML control to support PHP language.
What is a HTML form?
Write the purpose Get method and Post method.
Write short notes on File handling.
Explain concepts of HTTP Uploading process.
Customer Analytics firm needs to design a survey form as shown below:
Write suitable HTML code to design it.