2.2.2.28 HTMLSpanElement

The HTMLSpanElement interface provides access to the properties of the span element.

The HTMLSpanElement interface has been extended with the following attributes:

  • dataFld

  • dataFormatAs

  • dataSrc

     //Introduced in Internet Explorer.
     interface HTMLSpanElement : HTMLElement {
                 attribute DOMString       dataFld;
                 attribute DOMString       dataFormatAs;
                 attribute DOMString       dataSrc;
     };