HTML 5: The Markup Language

dialogconversation # T

The dialog element represents a conversation.

Content model #

Attribute model #

Tag omission #

A dialog element must have both a start tag and an end tag.

Permitted contexts #

Details #

The dialog element represents a conversation, which consists of zero or more talker-discourse (speaker-quote) pairs; each pair associates a talker/speaker (represented by a dt element) with a span of discourse/quote (represented by a dd element).