<ACRONYM>
Defines an acronym which is basically a series of letters
where each letter represents a different word. A good example of
one of these is NFL which represents National Football League or
US which represents United States.
Attributes
| Attribute |
Description |
| Attribute |
Description |
| ID |
Identifies this tag to reference in script (program code) |
| CLASS |
Define the class used to render this element (defined by a style sheet) |
| TITLE |
A title that is associated with the element (displayed as a tooltip in Internet Explorer) |
| STYLE |
Inline style information |
|
Example
United States Postal Service(<ACRONYM>USPS</ACRONYM>)
Renders As
United States Postal Service( USPS)
Compatibility
HTML 4.01
|