Categories:
Flow content.
Palpable content.
Select element inner content elements.
Optgroup element inner content elements.
Option element inner content elements.
Contexts in which this element can be used:
Where flow content is expected.
As a child of a dl element.
Content model:
If the element is a child of a dl element: one or more dt elements followed by one or more dd elements, optionally intermixed with script-supporting elements.
Otherwise, if the element is a descendant of an option element: Zero or more option element inner content elements.
Otherwise, if the element is a descendant of an optgroup element: Zero or more optgroup element inner content elements.
Otherwise, if the element is a descendant of a select element: Zero or more select element inner content elements.
Otherwise: flow content.
Content attributes:
Global attributes
Accessibility considerations:
For authors.
For implementers.
DOM interface:
[Exposed=Window]
interface HTMLDivElement : HTMLElement {
  [HTMLConstructor] constructor();
   
  // also has obsolete members
};
Uses HTMLDivElement.