No edit summary |
|||
Line 3: | Line 3: | ||
====Explanation==== | ====Explanation==== | ||
The <tt>abbr</tt> tag allows you to specify abbreviations with titles, which are usually displayed when you hover. The <tt>abbr</tt> and <tt>acronym</tt> tags are usually displayed the same in browsers, and you can use either depending on whether you want to display abbreviations, acronyms or just have extra information. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly.<abbr title="Simple Machines Forum">SMF</abbr> | The <tt>abbr</tt> tag allows you to specify abbreviations with titles, which are usually displayed when you hover. The <tt>abbr</tt> and <tt>acronym</tt> tags are usually displayed the same in browsers, and you can use either depending on whether you want to display abbreviations, acronyms or just have extra information. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly. <abbr title="Simple Machines Forum">SMF</abbr> | ||
====Usage==== | ====Usage==== |
Revision as of 12:57, 7 June 2010
Tag
[abbr]
Explanation
The abbr tag allows you to specify abbreviations with titles, which are usually displayed when you hover. The abbr and acronym tags are usually displayed the same in browsers, and you can use either depending on whether you want to display abbreviations, acronyms or just have extra information. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly. SMF
Usage
[abbr="a.k.a. [Unknown]"]Unknown W. Brackets[/abbr]If the abbreviation's title contains complex characters, place it in quotes.Unknown W. Brackets