HTML/CSS/Table Attributes/summary
"summary" specifies a brief description of a table
<HTML>
<BODY>
<table summary="This is the summary for the table."> . . . </table>
</BODY>
</HTML>
<HTML>
<BODY>
<table summary="This is the summary for the table."> . . . </table>
</BODY>
</HTML>