Nuestros voluntarios aún no han traducido este artículo al Español. Únete a nosotros y ayúdanos a traducirlo
The HTMLTableElement.summary
property represents the table description.
Syntax
HTMLTableElement.summary = string; var string = HTMLTableElement.summary;
Example
HTMLTableElement.summary = "Usage statistics";
Specification
- W3C DOM 2 HTML Specification