HTML CSS Reference/HTML Attributes Reference/dataformatas

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

dataformatas is applied to

   <source lang="html4strict">

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

| Applied_To |<button>
|

| |<input type="button"> <label> | | |<legend> <marquee> | | |<param> | +----------------+--------------------------------------------------------------+

     </source>
   
  


dataformatas Possible Values

   <source lang="html4strict">

Possible Values Possible values include text, html, localized-text using the locale setting of the browser"s computer).


     </source>
   
  


"dataformatas" Syntax and Note

   <source lang="html4strict">

Note:

This attribute sets how to be displayed.

Syntax:

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


     </source>