<dfn>
HTML <dfn> Element Reference
The HTML <dfn> element marks the defining occurrence of a term.
Categories
- Text-level semantics
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical dfn element example.
<p><dfn id="api">API</dfn> means application programming interface.</p>