Computer Science, asked by KhushithKkar4925, 1 year ago

How we can group data in HTML forms?

Answers

Answered by omegads04
1

The <input> element can be displayed in several ways, depending on the type attribute.<input type="submit"> defines a button for submitting the form data to a form-handler.The <field set> element is used to group related data in a form.

Similar questions