Html 5 dfn tag

In the <dfn> tag is inform a definition for word or sentence and it tag used to convert word or sentence to italic font styles .it tag you must close </dfn> tag and there is no define attribute for this tag and only used to global attributes.

Syntax:

<dfn> ... </dfn>

Example Code

<dfn> PHP </dfn> Hypertext Preprocessor is a web development dynamic web scripting programing language which can embedded into the <dfn> HTML </dfn> and interacts with databases.

Out Put:



PHP Hypertext Preprocessor is a web development dynamic web scripting programing language which can embedded into the HTML and interacts with databases.

In the above example <dfn> tag has been added to "PHP" and "HTML" tag.





Content