HTML CSS Reference/HTML Attributes Reference/summary

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

"summary" Example

   <source lang="html4strict">
   

<HTML> <head><Title>Example For summary</Title></head> <BODY>

. . .

</BODY> </HTML>


     </source>
   
  


summary is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+

| Applied_To | | +----------------+--------------------------------------------------------------+ </source>

"summary" Syntax and Note

   <source lang="html4strict">

Note:

This attribute specifies a brief description of a table. It can be used to provide something to render for nonvisual media.

Syntax:

. . .


</source>