SyntaxStudy
Sign Up

<abbr>

tag

Represents an abbreviation or acronym. The optional title attribute provides the full expansion.

Syntax

<abbr title="full text">abbrev</abbr>

Example

html
<p><abbr title="HyperText Markup Language">HTML</abbr> is the standard language for web pages.</p>