VOOZH about

URL: https://www.geeksforgeeks.org/html/html-th-abbr-attribute/

⇱ HTML <th> abbr Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML <th> abbr Attribute

Last Updated : 22 May, 2026

The abbr attribute of the <th> tag specifies an abbreviated version of the header cell content. It helps provide a shorter label for use in contexts like screen readers or when displaying compact tables.

  • Defines an abbreviation for header content.
  • Improves accessibility for screen readers.
  • Useful in compact or complex tables (used only with <th> element).

Syntax:

<th abbr="text">

Attribute Values:

  • text: It contains the short description of header cell content.
Comment
Article Tags: