Computer Science, asked by rrushab0, 5 months ago

Write the HTML tags used while creating a form to define the following.

[3m]

a) A text box

b) A radio button

c) A pop up box

d) A label

e) A password

f) Submit button

Answers

Answered by skpillai636
0

Answer:

HTML Forms are used to send data across the web and are often used as contact form to convert information input by a user into Leads.HTML forms are used to pass data to the server.

The elements used in HTML form are form tag as parent, input, textarea,, select, button and label.

Explanation:

Similar questions