HTML Element Attributes
Indicates an abbreviation associated with a header cell.
Inline |
<element abbr = strAbbr ... > |
Script |
object.abbr = strAbbr |
strAbbr | String defining abbreviated description of a header cell’s content
|
The property is read/write with no default value.
The abbr attribute defines a short, abbreviated description of the header cell’s content, provided as an alternative label to use for the header cell when referencing the cell in other contexts.
Some user-agents, such as speech readers, may present this description before the content itself.
NOTE: This property has no visual effect in browsers. It adds information to help assistive technology like screen readers that can use the abbreviation.
TH