Serialise the opening tag of an element so a generator can yield it without the matching closing tag. Void elements (e.g. input) are emitted self-closed so the chunk is structurally valid on its own.
input
Serialise the opening tag of an element so a generator can yield it without the matching closing tag. Void elements (e.g.
input) are emitted self-closed so the chunk is structurally valid on its own.