Difference between revisions of "Team:Lanzhou/Testing"

Line 34: Line 34:
 
</head>
 
</head>
 
<body>
 
<body>
 +
 +
 +
<table>
 +
      <thead>
 +
        <tr>
 +
          <th data-field="id">Name</th>
 +
          <th data-field="name">Item Name</th>
 +
          <th data-field="price">Item Price</th>
 +
        </tr>
 +
      </thead>
 +
 +
      <tbody>
 +
        <tr>
 +
          <td>Alvin</td>
 +
          <td>Eclair</td>
 +
          <td>$0.87</td>
 +
        </tr>
 +
        <tr>
 +
          <td>Alan</td>
 +
          <td>Jellybean</td>
 +
          <td>$3.76</td>
 +
        </tr>
 +
        <tr>
 +
          <td>Jonathan</td>
 +
          <td>Lollipop</td>
 +
          <td>$7.00</td>
 +
        </tr>
 +
      </tbody>
 +
    </table>
  
 
<script>
 
<script>

Revision as of 12:23, 21 September 2016

Team:LZU 2015

Name Item Name Item Price
Alvin Eclair $0.87
Alan Jellybean $3.76
Jonathan Lollipop $7.00