HTML <table> summary Attribute
HTML <table> tag
Example
The following HTML table defines a summary of the content of the table:
<table border="1" summary="Monthly
savings for the Flintstones family">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table> |
Try it yourself »
|
Definition and Usage
The summary attribute specifies a summary of the content of a table.
The summary attribute makes no visual difference in ordinary web browsers.
This attribute can be used by screen readers.
Browser Support

Since there is no visual difference in ordinary web browsers, it’s difficult to say whether or not they support the summary attribute.
Syntax
Attribute Values
| Value |
Description |
| text |
A summary of the content of the table |
HTML <table> tag
Start Creating a stunning, Flash website. It's easy and free!
Wix is a revolutionary web design tool that provides you with a free, simple,
drag & drop editing platform to create your own professional and beautiful website.
Over 2 Million users have created their website with Wix.
Now create yours!
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 4000 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|