Web Development

HTML – ACRONYM & DFN Tag

HTML <acronym> Element. 

The <acronym> element allo<acronym> and closing </acronym> tags is an acronym. The title attribute on the opening <acronym> tag whose value is the full version of the acronym. For example, if you want to indicate that HTML as an acronym.
ws you to indicate that the text between opening

HTML Code

<acronym title='Hypertext Markup Language'>HTML</acronym> is an client side scripting language

HTML Output

HTML is an client side scripting language

When the user point on the HTML acronym they will get the full version of the HTML while point on it. If the acronym is in a different language, you can include an xml:lang attribute to indicate which language it is in.

HTML <dfn> Element.

The <dfn> element is used for special terms. The <dfn> element allows you to specify that you are introducing a special term. Its uses is to italicized the words to introduce new concepts. Most of the browsers render the <dfn> tag as italic font.

HTML Code

This site teaches you how to make websites using <dfn>HTML & CSS</dfn>

HTML Output

This site teaches you how to make websites using HTML & CSS

Above you can see the output the words HTML & CSS are italicized by <dfn> element.

Tuts

About Author

Tutsmaster.org provides tutorials related to tech and programmings. We are also setting up a community for the users and students.

You may also like

HTML introduction
Web Development

HTML – Introduction, History & Syntax

  • December 21, 2019
So, first of all, I would like to ask a question for the first time when you heard this term
html heading tag
Web Development

HTML – Heading Tag With Syntax

  • December 21, 2019
A heading tag is one of the most important tags we focus on in HTML or web development because, without