<abbr> Tag Examples
Examples of the <abbr> Tag in HTML 4.01 and XHTML 1.0
The following examples show how to use the <abbr> tag in XHTML 1.0 and HTML 4.01.
Standard Abbreviation
WA is the state I live in.
<abbr>WA</abbr> is the state I live in.
Standard Abbreviation with Title
WA is the state I live in.
<abbr title="Washington">WA</abbr> is the state I live in.Jennifer Kyrnin

