![]() |
The The nearest parent of the The term inside the |
Example:
HTML
<p><dfn>HTML</dfn> is the standard markup language for creating web pages.</p>
Example:
HTML
<p><dfn title="HyperText Markup Language">HTML</dfn> is the standard markup language for creating web pages.</p>
Example:
HTML
<p><dfn><abbr title="HyperText Markup Language">HTML</abbr></dfn> is the standard markup language for creating web pages.</p>
with the id attribute added. Then, whenever a term is used, it can refer back to the definition with an <a> tag
Example:
HTML
<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>
Most browsers will display the <dfn>
element with the following default values.
Example:
HTML
<style>
dfn {
font-style: italic;
}
</style>
Method-1: How to create HTML <dfn> Tag | HTML Tag |
Method-2: How to create HTML <dfn> Tag | HTML Tag |
Method-3: How to create HTML <dfn> Tag | HTML Tag |
Method-4: How to create HTML <dfn> Tag | HTML Tag |
How to set Default CSS Settings for HTML <dfn> Tag | HTML Tag |
Read Full: | HTML Tag |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded: | 1 year ago |
Uploaded by: | Admin |
Views: | 75 |
Reffered: https://www.w3schools.com/tags/tag_dfn.asp