| 1234567891011121314151617181920 |
- <div id="editor">
- <figure class="table">
- <table>
- <thead>
- <tr>
- <th>at the end:</th>
- <th>at the beginning:</th>
- <th>entire cell:</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>Hello, commter</td>
- <td>Commter, hello!</td>
- <td>Commter</td>
- </tr>
- </tbody>
- </table>
- </figure>
- </div>
|