Last Updated on April 26, 2023 by Roshan Parihar
HTML dfn tag is used to show definition term in web pages.
This definition term is used to show the main term inside paragraphs. This shows what is the paragraph is for.
Syntax
1 |
<dfn>Enter some text here for definition term</dfn> |
1 |
<p align="justify">This is the <dfn>HTML</dfn> content for my paragraph with justified aligned format. The word documents looks really cool with justified alignment.</p> |
Output
This is the HTML content for my paragraph with justified aligned format. The word documents looks really cool with justified alignment.
Resources and References of HTML dfn tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github