Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML abbr definition

Browser support
IEFFOpSaf
FullFullFullFull

Type: inline element

Syntax

<abbr> ... </abbr>

Description

Indicates an abbreviation form

Type: phrase element
Contains: inline elements only
Contained by: block-level elements, inline elements

 

Attributes

Common attributes.

 

Example

[Try this example yourself]
<abbr>
  Abbreviation
</abbr>

Output

Abbreviation
  • Comments

No comments added.