HTMLFieldSetElement:The fieldset Element

The fieldset element is represented by the HTMLFieldSetElement object. It defines the properties shown in the following table.

NameDescriptionReturns
disabledCorresponds to the disabled attributeboolean
formCorresponds to the form attributeHTMLFormElement
nameCorresponds to the name attributestring
elementsReturns a collection containing the form controls within the fieldsetHTMLElement[]
Home 
  JavaScript Book 
    DOM