HTML/CSS/Table Attributes/summary

Материал из Web эксперт
Перейти к: навигация, поиск

"summary" specifies a brief description of a table

    
<HTML>
<BODY>
<table summary="This is the summary for the table."> . . . </table>
</BODY>
</HTML>