Difference between revisions of "Abbr (HTML element)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 1: Line 1:
In [[HTML]] the '''abbr''' element represents ...
+
In [[HTML]] the '''abbr''' element representa an abbreviation, acronym, etc.
  
== Description ==
+
== Examples ==
  
 +
<nowiki><abbr title="Twin Cities">TCs</abbr></nowikik>
  
 
== See also ==
 
== See also ==
Line 12: Line 13:
  
 
* [] @ developers.mozilla.org
 
* [] @ developers.mozilla.org
* [] @ w3schools.com
+
* [http://www.w3schools.com/tags/tag_abbr.asp abbr] @ w3schools.com
  
 
[[Category:HTML elements]]
 
[[Category:HTML elements]]

Revision as of 09:59, 29 April 2016

In HTML the abbr element representa an abbreviation, acronym, etc.

Examples

<abbr title="Twin Cities">TCs</abbr></nowikik>

== See also ==

* [[HTML]]
* [[HTML elements]]

== External links ==

* [] @ developers.mozilla.org
* [http://www.w3schools.com/tags/tag_abbr.asp abbr] @ w3schools.com

[[Category:HTML elements]]