Home → References → HTML Tags →
HTML Tag: acronym
Defines an element that is made up of the first letters of the words of a phrase such as 'CSS'.
The title attribute is generally used to specify the whole word or phrase that the abbreviation is referring to.
An acronym is also an abbreviation, but an abbreviation is not necessarily an acronym.
HTML Dog is hosted by Titan Internet
Required Attributes
- None.
Optional Attributes
Example
<acronym title="Cascading Style Sheets">CSS</acronym>

