footer
Contains information displayed at the bottom of an element.
Overview
The footer element displays additional information that describes its containing element. Here’s an example that displays a button at the bottom of a formTemplate element.
<formTemplate>
<footer>
<button>
<text>Submit</text>
</button>
</footer>
</formTemplate>