HTML/CSS/Table Attributes/summary — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 09:21, 26 мая 2010
"summary" specifies a brief description of a table
<HTML>
<BODY>
<table summary="This is the summary for the table."> . . . </table>
</BODY>
</HTML>