HTMLSpanElement Prototype
Defines the properties and methods inherited by objects in the HTMLSpanElement prototype chain.
Syntax
HTML N/A Scripting HTMLSpanElement.prototype
Members Table
The following table lists the members exposed by the HTMLSpanElement Constructor object.
Attributes/Properties
Attribute Property Description DATAFLD dataFld Sets or retrieves a field of a given data source, as specified by the dataSrc property, to bind to the specified object. DATAFORMATAS dataFormatAs Sets or retrieves the rendering format for the data supplied to the object. DATASRC dataSrc Sets or retrieves the source of the data for data binding.
Remarks
For more information on this and other DOM Prototypes , see Document Object Model Prototypes, Part 1: Introduction.
This prototype derives from the Element Constructor.
Applies To
SPAN
See Also