6062.html 331 B

1234567891011121314151617181920
  1. <div id="editor">
  2. <figure class="table">
  3. <table>
  4. <thead>
  5. <tr>
  6. <th>at the end:</th>
  7. <th>at the beginning:</th>
  8. <th>entire cell:</th>
  9. </tr>
  10. </thead>
  11. <tbody>
  12. <tr>
  13. <td>Hello, commter</td>
  14. <td>Commter, hello!</td>
  15. <td>Commter</td>
  16. </tr>
  17. </tbody>
  18. </table>
  19. </figure>
  20. </div>