Desaprobado
This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.
La propiedad HTMLTableElement.align
representa la alineación de la tabla.
Sintaxis
HTMLTableElement.align =alignment; varalignment =HTMLTableElement.align;
Parámetros
alignment
Desaprobado HTML4alignment
es una cadena con uno de los siguientes valores:- left
- center
- right
Ejemplo
// Establecer la alineación de una tabla var t = document.getElementById('TableA'); t.align = 'center';
Especificación
- Especificación W3C DOM 2 HTML HTMLTableElement .align.
Etiquetas y colaboradores del documento
Colaboradores en esta página:
Grijander81
Última actualización por:
Grijander81,