<form>
JS.info ⟩ Form properties and methods ⭐️⭐️
<label>
By wrapping an input
element inside of a label
element it will automatically associate the radio button input with the label element surrounding it.
access form & elements
⭐️ document forms are members of document.forms
⭐️ form elements are available in form.elements
<fieldset> as "subform"
Last updated