HTML CSS Reference/HTML Attributes Reference/dataformatas

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

dataformatas is applied to

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



dataformatas Possible Values

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



"dataformatas" Syntax and Note

Note:
    
This attribute sets how to be displayed. 
    
Syntax:
    
<element dataformatas="value"> . . . </element>