Esempio
Contrassegnare l'istanza di definizione di un termine:
<p><dfn>HTML</dfn> is the standard markup language
for creating web
pages.</p>
Prova tu stesso " Definizione e utilizzo
Il <dfn> tag rappresenta l'istanza definizione di un termine in HTML.
L'istanza la definizione è spesso il primo uso di un termine in un documento.
Il genitore più vicino del <dfn> tag deve contenere anche la definizione / spiegazione per il termine all'interno <dfn> .
Il termine all'interno del <dfn> tag può essere uno dei seguenti:
1. Il contenuto del <dfn> elemento (senza un title di attributo):
Esempio
<p><dfn>HTML</dfn> is the standard markup language
for creating web
pages.</p>
Prova tu stesso " 2. Il title attributo del <dfn> tag:
Esempio
<p><dfn title="HyperText Markup Language">HTML</dfn> is the standard markup
language for creating web pages.</p>
Prova tu stesso " 3. Il title attributo di un <abbr> tag all'interno del <dfn> elemento:
Esempio
<p><dfn><abbr title="HyperText Markup Language">HTML</abbr></dfn> is the
standard markup language for creating web pages.</p>
Prova tu stesso " È inoltre possibile aggiungere un attributo id al <dfn> elemento. Poi, ogni volta che si utilizza un termine, può fare riferimento alla definizione utilizzando un <a> tag:
Esempio
<p><dfn id="html-def">HTML</dfn> is the standard markup language for
creating web pages.</p>
<p>This is some text...</p>
<p>This is some
text...</p>
<p>Learn <a href="#html-def">HTML</a> now.</p>
Prova tu stesso " Supporto per il browser
Elemento | |||||
---|---|---|---|---|---|
<dfn> | sì | sì | sì | sì | sì |
Differenze tra HTML 4.01 e HTML5
NESSUNA.
attributi globali
Il <dfn> tag supporta anche l' Attributi globali in HTML .
Attributi eventi
Il <dfn> tag supporta anche l' evento Attributi in HTML .
Pagine correlate
HTML tutorial: HTML Preventivo Elementi
Di riferimento HTML DOM: DFN Object
Impostazioni predefinite CSS
La maggior parte dei browser visualizzerà il <dfn> elemento con i seguenti valori di default: