Tables

Tables

Column 1 Column 2 Column 3 Column 4
Item #1 Description Item #1 Description
Item #2 Description Item #2 Description
All Items Description All Items Description

 

Shortcodes

< table width="100%">
    < thead>
       < tr>
          < th>Column 1< /th>
          < th>Column 2< /th>
          < th>Column 3< /th>
          < th>Column 4< /th>
       < /tr>
    < /thead>

    < tbody>
       < tr>
          < td>Item #1< /td>
          < td>Description< /td>
          < td>Item #1< /td>
          < td>Description< /td>
       < /tr>

       < tr>
          < td>Item #2< /td>
          < td>Description< /td>
          < td>Item #2< /td>
          < td>Description< /td>
       < /tr>

       < tr>
          < td>< strong>All Items< /td>
          < td>< strong>Description< /td>
          < td>< strong>All Items< /td>
          < td>< strong>Description< /td>
       < /tr>
    < /tbody>
< /table>