?  slide 20

More SHORTTAG Tricks

With empty end tag:

<section>
  <title>Big Dogs</>
  <para>...</>
  <para>... ...</>
</>

Ordinary angle brackets

<section>
  <title>Big Dogs</title>
  <para>...</para>
  <para>... ...</para>
</section>

Documents ended like this:

</></></></></></></></></>

 ?