Preview:
<table>
  <thead>
    <tr>
      <th>Product Name</th>
      <th>Price</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Apples</td>
      <td>$1.00</td>
      <td>Fresh, juicy apples from the local orchard</td>
    </tr>
    <tr>
      <td>Oranges</td>
      <td>$1.50</td>
      <td>Sweet, tangy oranges from sunny Florida</td>
    </tr>
    <tr>
      <td>Bananas</td>
      <td>$0.75</td>
      <td>Ripe, yellow bananas picked at the peak of freshness</td>
    </tr>
  </tbody>
</table>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter