dfn

Purpose

Text that needs highlighting, such as a definition.

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
  <head>
    <title>dfn</title>
  </head>
  <body>
    <p>An <dfn>acronym</dfn> is a contraction of initials,
      often pronounceable as a word.</p>
  </body>
</html>

Related topics