abbr Element

Description

The abbr element represents an abbreviation.

When using this element, you use the title attribute to provide the expanded text that the abbreviation represents.

Example

The following code shows the abbr element in use.


<!DOCTYPE HTML>
<html>
<body>
  The <abbr title="Cascading Style Sheets">CSS</abbr>
  is a style sheet language used for describing the
  look and formatting of a document written in a markup language.
</body><!--from   w w w.  j av a  2  s. c o m-->
</html>

Click to view the demo





















Home »
  HTML CSS »
    HTML »




HTML Introduction
HTML Document
HTML Section
HTML Group Content
HTML Text Marker
HTML Table
HTML Form
HTML Embed