x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
4
<p>A <dfn>kiwi</dfn> is a native bird of New Zealand.</p>
5
6
<hr>
7
<p>The <code>dfn</code> element represents the defining instance of a term.</p>
8
9
<p>More info: HTML <a href="/html/tags/html_dfn_tag.cfm"><code>dfn</code></a> element.</p>