--- title: HTMLDivElement slug: Web/API/HTMLDivElement tags: - API - HTML DOM - Interfaz - NeedsNewLayout - Referencia translation_of: Web/API/HTMLDivElement ---
La interfaz HTMLDivElement
provee propiedades especiales (más allá de la interfaz regular {{domxref("HTMLElement")}} que también está disponible por herencia) para manipular elementos div.
{{InheritanceDiagram(600,120)}}
Hereda las propiedades de su padre, {{domxref("HTMLElement")}}.
"left"
, "right"
, "justify"
, and "center"
.No hay métodos específicos; hereda los métodos de su padre, {{domxref("HTMLElement")}}.
Especificación | Estado | Comentario |
---|---|---|
{{SpecName('HTML WHATWG', "grouping-content.html#the-div-element", "HTMLDivElement")}} | {{Spec2('HTML WHATWG')}} | No hay cambios de {{SpecName("HTML5 W3C")}}. |
{{SpecName('HTML5 W3C', "grouping-content.html#the-div-element", "HTMLDivElement")}} | {{Spec2('HTML5 W3C')}} | No hay cambios de {{SpecName("DOM2 HTML")}}. |
{{SpecName('DOM2 HTML', 'html.html#ID-22445964', 'HTMLDivElement')}} | {{Spec2('DOM2 HTML')}} | No hay cambios de {{SpecName("DOM1")}}. |
{{SpecName('DOM1', 'level-one-html.html#ID-22445964', 'HTMLDivElement')}} | {{Spec2('DOM1')}} | Definición inicial. |
{{CompatibilityTable}}
Funcionalidad | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|---|
Soporte básico | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatGeckoDesktop(1.0)}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} |
Funcionalidad | Android | Edge | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Soporte básico | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatGeckoMobile(1.0)}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} |