Horje

Method-4: How to create HTML <dfn> Tag

with the id attribute added. Then, whenever a term is used, it can refer back to the definition with an <a> tag

index.html
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> 

Output should be:

Method-4: How to create HTML <dfn> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin