File size: 647 Bytes
e56332c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<table border="1" class="dataframe">
  <thead>
    <tr style="text-align: right;">
      <th>Column 1</th>
      <th>Column 2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>raspberry pancake mix</td>
      <td>$1/lb</td>
    </tr>
    <tr>
      <td>whole wheat pancake mix</td>
      <td>$1/lb</td>
    </tr>
    <tr>
      <td>plain pancake mix</td>
      <td>$3/lb</td>
    </tr>
    <tr>
      <td>buttermilk pancake mix</td>
      <td>$3/lb</td>
    </tr>
    <tr>
      <td>chocolate chip pancake mix</td>
      <td>$1/lb</td>
    </tr>
    <tr>
      <td>blueberry pancake mix</td>
      <td>$1/lb</td>
    </tr>
  </tbody>
</table>