Semantic HTML

Below you will find examples for the "D" tags.

Data

The <data> element links a given content with a machine-readable translation. If the content is time- or date-related, the <time> element must be used.

The <data> element can also be used to add a custom data-attribute to an element. To do so, the value must be valid JSON.

The answer to life, the universe, and everything

This example uses <time>

John

Data List

The <datalist> element specifies a list of pre-defined options for input controls.

Del

The <del> element defines text that has been inserted deleted from a document.

Details

The <details> element creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state.

See More

Well, that's about it :)

Dfn

The <dfn> element represents the defining instance of a term. The first occurrence of the term in the context is usually the defining instance. If the term is not immediately defined in the context, then the content of the <dfn> element must contain a reference to a definition of the term.

Dialog

The <dialog> element represents a dialog box or other interactive component, such as an inspector or window.

Dialog

Definitions

The data tag
The <data> element links a given content with a machine-readable translation. If the content is time- or date-related, the <time> element must be used.
The data list tag
The <datalist> element specifies a list of pre-defined options for input controls.
The del tag
The <del> element defines text that has been removed deleted from a document.
The details tag
The <details> element creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state.
The dfn tag
The <dfn> element represents the defining instance of a term. The first occurrence of the term in the context is usually the defining instance. If the term is not immediately defined in the context, then the content of the <dfn> element must contain a reference to a definition of the term.
The dialog tag
The <dialog> element represents a dialog box or other interactive component, such as an inspector or window.