Tables

Turbo pages support standard HTML tables.

<table data-invisible="false">
    <tr>
        <th>Place</th>
        <th>Country</th>
        <th>Wins</th>
    </tr>
    <tr>
        <td>1</td>
        <td>Brazil</td>
        <td>70</td>
    </tr>
    <tr>
        <td>2</td>
        <td>Germany</td>
        <td>66</td>
    </tr>
    <tr>
        <td>3</td>
        <td>Italy</td>
        <td>45</td>
    </tr>
</table>
Copied to clipboard
data-invisible Enables/disables the table frame display. Allowed values:
  • true — The frame is not displayed.
  • false — The frame is displayed.
data-invisible Enables/disables the table frame display. Allowed values:
  • true — The frame is not displayed.
  • false — The frame is displayed.
A table can contain:
  • Text marked up with HTML elements.
  • Links
  • Individual pictures.
  • Video.
  • Quotes.
  • The “Share” block.