HTML 参考手册
HTML <table> summary 属性
下面的 HTML 表格定义了表格内容的摘要
源代码:
点击运行 »
<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>
运行结果:
点击运行 »