The pre element represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements.
A pre element must have both a start tag and an end tag.
any element that can contain flow elements
interface HTMLPreElement : HTMLElement {};