HTML CSS Reference/HTML Attributes Reference/abbr

Материал из Web эксперт
Версия от 11:20, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"abbr" Example

   <source lang="html4strict">
   

<HTML> <Title>Example For abbr</Title> <BODY>

Cell 1 content
Cell 2 content Cell 3 content

</BODY> </HTML>


     </source>
   
  


abbr is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<td> <th> | +----------------+--------------------------------------------------------------+

     </source>
   
  


"abbr" Syntax and Note

   <source lang="html4strict">

Note:

Set the abbreviated text for the cell and replace the cell contents.

Syntax:

<element abbr="value"> . . . </element>


     </source>