HTMLDivElement
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
La interfaz HTMLDivElement
provee propiedades especiales (más allá de la interfaz regular HTMLElement
que también está disponible por herencia) para manipular elementos div.
Propiedades
Hereda las propiedades de su padre, HTMLElement
.
HTMLDivElement.align
Obsoleto-
Es un
DOMString
que representa una propiedad enumerada que indica la alineación de los contenidos del elemento con respecto al contexto circundante. Los posibles valores son"left"
,"right"
,"justify"
, and"center"
.
Métodos
No hay métodos específicos; hereda los métodos de su padre, HTMLElement
.
Especificaciones
Specification |
---|
HTML Standard # htmldivelement |
Compatibilidad con navegadores
BCD tables only load in the browser
Ver también
- El elemento HTML que implementa esta interfaz:
<div>
.