HTML th abbr Attribute

HTML <th> tag : Use of the abbr attribute in an HTML table

Definition and Usage

The abbr attribute specifies a shorter version of the content in a header cell.

Note: The abbr attribute has no visual effect in ordinary web browsers, but can be used by screen readers. 

Browser Support

Attribute
abbr Yes Yes Yes Yes Yes

Syntax

<th abbr="text">

Attribute Values

Value Description
text A short description of the header cell content

❮ HTML <th> tag