The <dfn> tag is short term of definition. The <dfn> tag represents the defining instance of a term in HTML.
Example of Code
<p>The <dfn title="Hyper Text Markup Language">HTML</dfn> is the publishing language of the World Wide Web.</p>
Output
The HTML is the publishing language of the World Wide Web.