TAG:  acronym

<acronym> ... </acronym>
 
The acronym tag is used to signify that the enclosed text is an acronym which is a special type of abbreviation formed by using the first letter in each word of a phrase.
 
The separate closing tag is mandatory.
 
Attributes and Events
 
class    dir    id    lang    onclick    ondblclick    onkeydown    onkeypress    onkeyup    onmousedown    onmousemove    onmouseout    onmouseover    onmouseup    style    title
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="eng">
<head>
<title>DevGuru XHTML acronym Tag Example</title>
</head>
<body>
<acronym>MIME</acronym> means Multipurpose Internet Mail Extension
</body>
</html>

 
Output:
MIME means Multipurpose Internet Mail Extension


Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information