02-sibling

Creates sibling elements.

Example:

section+header+footer ↹

Result:

<section></section> <header></header> <footer></footer>