File size: 455 Bytes
912dc62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<table border="1" class="dataframe">
  <thead>
    <tr style="text-align: right;">
      <th>Column 1</th>
      <th>Column 2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>box of markers</td>
      <td>$3.26</td>
    </tr>
    <tr>
      <td>eraser</td>
      <td>$1.09</td>
    </tr>
    <tr>
      <td>rubber stamp</td>
      <td>$2.62</td>
    </tr>
    <tr>
      <td>box of paper clips</td>
      <td>$1.00</td>
    </tr>
  </tbody>
</table>