w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



dfn title attribute

The title attribute on the dfn element:

Examples

<dfnattribute="value(s)">...<⁄dfn>Examples
20.title=text<dfn title="Internet Protocol"> IP <⁄dfn>

Video demonstration dfn title attribute

HTML5 dfn title attribute Tutorial

min video details
00:00 video tutorial: title attribute on dfn element
00:05 the value of the title attribute on dfn element represents the term that is being defined
00:11 for example, if we are defining the IP term, then the title of the defined term can be "Internet Protocol"
00:23 browser display: at mouse over the defined term (IP), the value of the title attribute (Internet Protocol) displays
dfn intro dfn browser display dfn parents - children dfn syntax