Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML dfn definition

Syntax

<dfn> ... </dfn>

Description

Defines a definition term.

Attributes

Common attributes.

Example

[Try this example yourself]
<dfn>
  Definition term
</dfn>

Output

Definition term
  • Comments

No comments added.