Category: Logical Text Styles | Previous: SAMP | Next: STRONG

<DFN>

Description:

A definition. The dfn element makes the enclosed text emphasized as a defining instance of the term, usually rendered in italics.

Syntax:

<DFN> ... </DFN>

Attributes:

Attribute Value Description
None

Notes:

Example:

<DFN>Java</DFN> is an object orientated programming language.


Java is an object orientated programming language.


Index: HTML Reference | Previous: DD | Next: DIR