html Dfn Tag

In the <dfn> tag is a phrase element of html. 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>.

All main browser supports the <em> tag. which tag standard attributes are class,dir,id,lang,style,title and xml:lang and The event attributes are onclick,ondblclick, onmousedown, onmousemove, onmouseout,onmouseover, onmouseup,onkeydown, onkeypress and onkeyup.

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