Html5 Dfn Tag

In the <dfn> tag is a phrase element of html5. which specify definition term for a content or single letter. Basically in the <dfn> tag look like this <em> tag .That <em> tag means emphasized text.In the <dfn> end tag of </dfn>.

Syntax :

<dfn>...</dfn>

Example Code

<!DOCTYPE HTML>
<dfn> <dfn> is a definition term </dfn>

Out Put :



<dfn> is a definition term

In the above <dfn> tag have applied to <dfn> is a definition term.





Content