HTML CSS Reference/HTML Attributes Reference/summary — различия между версиями

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

Текущая версия на 08:20, 26 мая 2010

"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>