HTML <dfn> tag
Usage
Indicates a definition. The title attribute can be used to describe the definition.
Example
Code:
I like to play the <dfn title="a type of string instrument">guitar</dfn>
Output:
I like to play the guitar (try hovering over the definition)
Required Attributes
- none
Optional Attributes
- none