Computer Science, asked by 2000nooralii, 5 days ago

Explain different kind of control use in html.

Answers

Answered by Venu1442005
1

Answer:

The original new coronavirus infection probably came from an animal and infected humans. Now it infects people through sneezing and coughing, but also through contact with virus-contaminated surfaces.

3. What are the symptoms?

– Common symptoms are respiratory symptoms with fever, fatigue, cough and very rapid or laboured breathing. Severe symptoms may include pneumonia, severe acute respiratory syndrome, renal failure and death.

Answered by Anonymous
1

Answer:

EDUCBAEDUCBA

Menu

HTML Form Controls

By Priya PedamkarPriya Pedamkar

Home » Software Development » Software Development Tutorials » HTML Tutorial » HTML Form Controls

HTML Form Controls

Introduction to HTML Form Controls

HTML is the markup language for web page creation. It defines the web page structure and behaviour. HTML consists of tags and elements that help in structuring the web pages. These elements can be grouped together inside a form to collect data from a User in a User-friendly manner. However, note that HTML is a stateless protocol that means it cannot store anything and you will lose the data on a page refresh.

HTML Form Control

There are various types of form control that are defined in the HTML, these controls are responsible to accept the User input in a specified manner. Let’s have a look at the various types of available Form Controls in HTML.

Start Your Free Software Development Course

Web development, programming languages, Software testing & others

1) Input Text Control

Input text controls are used to collect User data as a free text. On the web page, it will form a rectangle box where Users can input the data.

There are different types of input text controls that can be used in the HTML forms. Let’s have a look at the different types of input text controls.

Single line Input Text Control

This allows the user to enter only a single line of data. A typical example of such input text controls is for entering the name, search box, city, etc.

HTML Controls1

HTML Controls2

Multi-line Input Text Control

This input control type allows the user to enter data of multiple lines. Typical usage of such input controls is for comments, addresses, description and so on.

Similar questions