Tables

Tags

MessageML supports the following tags to arrange information within a message using tables:

Tags

Description

Optional attributes

<table> <tr> <td>text</td> </tr> </table>

Render "text" in a table format.

classrowspancolspan

<thead>, <tbody>, <tfoot>

Table sections.

class

Examples

Here after you can find an example of a message sent by a bot and containing table tags as well as the structure of the messageML sent:

Last updated