English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
A propriedade summary especifica o resumo do conteúdo da tabela, a propriedade summary não tem efeito visual em navegadores da web comuns, mas pode ser usada por leitores de tela.
The following HTML table defines the summary of the table content:
<style>table, th, td { border: 1px solid black;</style> <table summary="Student names and score"> <tr> <th>Name</th> <th>Credits</th> </tr> <tr> <td>Zhang San</td> <td>90</td> </tr> <tr> <td>Li Si</td> <td>87</td> </tr> </table>Test see ‹/›
IEFirefoxOperaChromeSafari
The summary attribute has no visual effect in ordinary web browsers, but it can be used through screen readers.
HTML5 The summary attribute of <table> is not supported.
The summary attribute specifies the summary of the table content.
<table summary="text">
Value | Description |
---|---|
text | Summary of table content. |