HTML5 > Structures

Define in HTML5

How to define the instance word in the paragraph in HTML5?


DFN stands for defining instance word in the paragraph. By using <dfn> tag we can define the instance word in the paragraph.

<body>
    <dfn title="DotNetFunda.com website" id="dotnet">DotNetFunda.com</dfn> is developed in .NET.
    <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;
        <a href="#dotnet">DNF</a> s a popular online tutorials and guide for latest Microsoft® technologies aimed for beginners and intermediate level professionals. We help beginners to become intermediate level professionals and help intermediate level professionals to become an expert. By following our different sections regularly, we hope you will soon become one of the 'Most Valuable' professional and start shining in your career.
    </p>
</body>

 In the above code snippet we can notice that the <dfn> tag defines about the DotNetfunda.com.

Output

The code snippet gives the above output in the browser. When user clicks on the DNF link, he/she is scrolled back to the top where <dnf> tag is written.

 Views: 4633 | Post Order: 72



Write for us






Hosting Recommendations