Skip to content

Instantly share code, notes, and snippets.

@aspencer8111
Created December 1, 2017 15:15
Show Gist options
  • Save aspencer8111/038219a9929b76571bddd9e6e4cae4dd to your computer and use it in GitHub Desktop.
Save aspencer8111/038219a9929b76571bddd9e6e4cae4dd to your computer and use it in GitHub Desktop.
table-menu-sample
<table>
  <thead>
    <tr>
      <th>Picture</th>
      <th>Food</th>
      <th>Desc</th>
      <th>Price</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><img src='https://drive.google.com/open?id=1mqJr_lN-NnhmXee4bNftIWgXq_fI6ghf' alt='salad pic' >
      <td>Salad</td>
      <td>Delicious Cobb Salad</td>
      <td>$7.99</td>
    </tr>
  </tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment