CSS HTML Validator - The fast, all-in-one, HTML, CSS, Link, SEO, spelling, and accessibility checker for Windows, & htmlval for Mac and Linux
Home Help: <abbr> element

The <abbr> Element

Inline Text Semantics

The <abbr> element represents an abbreviation or acronym, optionally with its expansion. The "title" attribute may be used to provide the expansion.

Attributes for <abbr>
TypeAttribute List
'Standard' Attributes(none)
New HTML5 Attributes"writingsuggestions"

Syntax Notes for <abbr>

  • The "title" attribute, if specified, must contain an expansion of the abbreviation, and nothing else.

Recommended Links

Accessibility Information & Tips

  • Provide expansion or definition for abbreviations using the <abbr> element. Example: <abbr title="World Wide Web">WWW</abbr>. Visit https://www.w3.org/TR/WCAG20-TECHS/H28 for more information.

Search Engine Links (for more information)

Help us improve this page: Suggest a link or noteReport a problem