Hello,
I am asking for an advice on what kind of markup should be used to mark up an interview type of content in HTML as a transcribed interview in a cleanest and semantically most sensible way?
Preferably I would like something that would be valid HTML5, but that is not a hard requirement.
(My initial impulse was to use <dl>
, <dt>
and <dd>
tags, but that does not seem right for some reason)
Ps - I am just on the outlook for the good clean way to generally represent conversation type content in HTML.
Someone posted a suggestion to use <dialog>
tag, but that has been banned by WHATWG and their official suggestion for replacement is to use a series of <p>
tags: It seems that the <dialog>
tag has been banned from HTML5 and no sensible replacement has been proposed. The spec itself says that one should mark up the conversation as a series of p
tags: http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#conversations