HTML CSS Reference/HTML Attributes Reference/summary

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

"summary" Example

    
<HTML>
<head><Title>Example For summary</Title></head>
<BODY>
<table summary="This is the summary for the table."> . . . </table>
</BODY>
</HTML>



summary is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<table>                                                       |
+----------------+--------------------------------------------------------------+



"summary" Syntax and Note

Note:
    
This attribute specifies a brief description of a table.
It can be used to provide something to render for nonvisual media.
    
Syntax:
    
<table summary="value"> . . . </table>