<DFN>...</DFN>

W3 3.2y
4.0y
NS 3.0n
4.0n
IE 3.0y
4.0y
TV 1.2y
2.1y
Description

This is a element that is used to indicate a word or phrase that is being defined.


DTD
<!ELEMENT DFN - - (%inline;)*>
<!ATTLIST DFN
  %attrs;                              -- %coreattrs, %i18n, %events --
  >
from the HTML 4.0 DTD, "Copyright © World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved."
Attributes

Core attributes: class id style title
Internationalization attributes: dir lang
Events: onclick ondblclick onmousedown onmouseup onmouseover onmousemove onmouseout onkeypress onkeydown onkeyup


Examples

Source
<DFN>HTTP</DFN> is a protocol used on the internet to implement the
World Wide Web.
 
Result
HTTP is a protocol used on the internet to implement the World Wide Web.


Statistics