How we can group data in HTML forms?
Answers
Answered by
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