asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Elements > DFN Element

<dfn> Element


Indicates the defining instance of a term.HTML 2, 3.2, 4, 4.01, 5

HTML Syntax

NOTE: Both start and end tags are required.

Remarks

The <dfn> HTML element indicates a term to be defined.

The title attribute may be used to show the meaning or definition of the <dfn> element when a user’s mouse hovers over the element.

To enable the definition to be a destination link, the dfn element must be assigned a unique id, which can then be the destination of an <a> element, the href attribute of which points to the fragment identifier.

The content within the <dfn> ... </dfn> tags typically render in italics.

Attributes

The <dfn> element has no attribute of its own, but supports global attributes common to all HTML elements.

Example

The following example shows how the <dfn> element may be used.

<p>The <dfn title="Hubble Space Telescope">HST</dfn> is among the most productive
   scientific instruments ever constructed.

which would render on a Web page as follows:

The HST is among the most productive scientific instruments ever constructed.

External References

See Also

ABBR   DD   DL   DT


Need a break ?
Suggested Reading

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph.

If you have any question, comment or suggestion,
please send us a note