13-grouping

Agrupa elementos juntos.

Example:

(header>nav)(footer>nav)

Result:

<header> <nav></nav> <footer> <nav></nav> </footer> </header>