Computer Science, asked by rajannagowdru86, 1 month ago

V) Write an HTML form including the
following elements.
1) Text Box
2) RadioButton
3) Check box
4) Submit button
5)Password box​

Answers

Answered by royr04278
5

Explanation:

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.

Similar questions